Skip to content

Commit c9301b0

Browse files
docs: Improve Quick start instructions (#1466)
Co-authored-by: Luffy <[email protected]>
1 parent 77420df commit c9301b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you want, you can show a loading dialog before docsify starts to render your
124124
<div id="app">Please wait...</div>
125125
```
126126

127-
You should set the `data-app` attribute if you changed `el`:
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:
128128

129129
```html
130130
<!-- index.html -->
@@ -138,8 +138,6 @@ You should set the `data-app` attribute if you changed `el`:
138138
</script>
139139
```
140140

141-
Compare [el configuration](configuration#el).
142-
143141
<script>
144142
(function() {
145143
const linkElm = document.querySelector('#template a[download="index.html"]');

0 commit comments

Comments
 (0)