docs: update docs/guide/getting-started.md

pull/1136/head
Divyansh Singh 3 years ago committed by GitHub
parent ee4c9f15ba
commit 6adf9b4101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,7 @@ Let's add another page to the site. Create a file name `getting-started.md` alon
└─ package.json └─ package.json
``` ```
Then, try to access `http://localhost:5173/guide/getting-started.html` and you should see the content of `getting-started` is shown. Then, try to access `http://localhost:5173/getting-started.html` and you should see the content of `getting-started` is shown.
This is how VitePress works basically. The directory structure corresponds with the URL path. You add files, and just try to access it. This is how VitePress works basically. The directory structure corresponds with the URL path. You add files, and just try to access it.

Loading…
Cancel
Save