feat(route): auto remove .md extension
This commit is contained in:
parent
6aae64fd54
commit
8f11653b41
23 changed files with 115 additions and 114 deletions
|
|
@ -22,7 +22,7 @@ After the `init` is complete, you can see the file list in the `./docs` subdirec
|
|||
* `README.md` as the home page
|
||||
* `.nojekyll` prevents GitHub Pages from ignoring files that begin with an underscore
|
||||
|
||||
You can easily update the documentation in `./docs/README.md`, of course you can add [more pages](more-pages).
|
||||
You can easily update the documentation in `./docs/README.md`, of course you can add [more pages](more-pages.md).
|
||||
|
||||
## Preview your site
|
||||
|
||||
|
|
@ -84,4 +84,4 @@ You should set the `data-app` attribute if you changed `el`:
|
|||
</script>
|
||||
```
|
||||
|
||||
Compare [el configuration](/configuration#el).
|
||||
Compare [el configuration](configuration.md#el).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue