docs: add placeholder pages

pull/687/head
Kia King Ishii 3 years ago
parent 31a725d067
commit 5f0735479a

@ -79,9 +79,13 @@ function sidebarGuide() {
{ text: 'Introduction', link: '/guide/theme-introduction' },
{ text: 'Nav', link: '/guide/theme-nav' },
{ text: 'Sidebar', link: '/guide/theme-sidebar' },
{ text: 'Prev Next Link', link: '/guide/theme-prev-next-link' },
{ text: 'Edit Link', link: '/guide/theme-edit-link' },
{ text: 'Last Updated', link: '/guide/theme-last-updated' },
{ text: 'Layout', link: '/guide/theme-layout' },
{ text: 'Homepage', link: '/guide/theme-homepage' },
{ text: 'Footer', link: '/guide/theme-footer' },
{ text: 'Search', link: '/guide/theme-search' },
{ text: 'Carbon Ads', link: '/guide/theme-carbon-ads' }
]
},

@ -413,3 +413,5 @@ module.exports = {
}
}
```
See full list of configurable properties in [Configs: App Configs](../config/app-configs#markdown).

@ -0,0 +1,3 @@
# Edit Link
Documentation coming soon...

@ -4,9 +4,13 @@ VitePress comes with its default theme providing many features out of the box. L
- [Nav](./theme-nav)
- [Sidebar](./theme-sidebar)
- [Prev Next Link](./theme-prev-next-link)
- [Edit Link](./theme-edit-link)
- [Last Updated](./theme-last-updated)
- [Layout](./theme-layout)
- [Homepage](./theme-homepage)
- [Footer](./theme-footer)
- [Search](./theme-search)
- [Carbon Ads](./theme-carbon-ads)
If you don't find the features you're looking for, or you would rather create your own theme, you may customize VitePress to fit your requirements.

@ -0,0 +1,3 @@
# Last Updated
Documentation coming soon...

@ -0,0 +1,3 @@
# Prev Next Link
Documentation coming soon...

@ -0,0 +1,3 @@
# Search
Documentation coming soon...
Loading…
Cancel
Save