Skip to content

Commit 4c9e111

Browse files
authored
docs: remove loading dialog section from quickstart guide (#2585)
1 parent 743e9cb commit 4c9e111

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/quickstart.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -114,30 +114,6 @@ cd docs && python -m SimpleHTTPServer 3000
114114
cd docs && python -m http.server 3000
115115
```
116116

117-
## Loading dialog
118-
119-
If you want, you can show a loading dialog before docsify starts to render your documentation:
120-
121-
```html
122-
<!-- index.html -->
123-
124-
<div id="app">Please wait...</div>
125-
```
126-
127-
By default, the `id` attribute of the main container is `app`. If you want to use a different id, you must also set the `data-app` attribute, and [configure](configuration.md#el) the `el` parameter accordingly:
128-
129-
```html
130-
<!-- index.html -->
131-
132-
<div data-app id="main">Please wait...</div>
133-
134-
<script>
135-
window.$docsify = {
136-
el: '#main',
137-
};
138-
</script>
139-
```
140-
141117
<script>
142118
(function() {
143119
const linkElm = document.querySelector('#template a[download="index.html"]');

0 commit comments

Comments
 (0)