Skip to content

Commit 76107c6

Browse files
committed
remove popup script
1 parent baa7687 commit 76107c6

File tree

5 files changed

+1383
-9
lines changed

5 files changed

+1383
-9
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ ebooks/docapis.mobi
1212
ebooks/docapis.epub
1313
reindex.sh
1414
images
15+
node_modules

Diff for: _docs/introduction_to_rest_apis/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path1: docapis_introtoapis.html
99
weight: 1.01
1010
redirect_from:
1111
- /learnapidoc/introtoapis.html
12-
last-modified: 2021-12-28
12+
last-modified: 2023-04-18
1313
---
1414

1515
In this course on writing documentation for APIs, instead of just talking about abstract concepts, I contextualize APIs with a direct, hands-on approach. You'll first learn about API documentation by using a simple weather API to put a weather forecast on your site.

Diff for: _layouts/default.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ <h1>{{page.title}}</h1>
198198
{% if page.github_url %} {% include github_button.html %} {% endif %}
199199
{% if page.map %}{% assign mapStep = page.map.step %}{% assign mapDefinition = page.map.definition %}{% include workflow_map.html step=mapStep map=mapDefinition %}{% endif %}
200200

201+
201202
{{content}}
202203

203204
<div class="donateButton">
@@ -238,14 +239,6 @@ <h1>{{page.title}}</h1>
238239
});
239240
</script>
240241

241-
<script>
242-
$(document).ready(function() {
243-
setTimeout(function() {
244-
$('#newsletterModal').modal('show');
245-
}, 15000);
246-
});
247-
</script>
248-
249242
</body>
250243

251244
</html>

0 commit comments

Comments
 (0)