File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,25 +2,23 @@ export const SidebarFileContent = `introduction.md
22getting-started.md
33` ;
44
5- export const IndexFileContent = `Welcome to Hyperdocs!
5+ export const IndexFileContent = `# Welcome to Hyperdocs!
66
77This page will be rendered at at the root of the documetation at /docs/
88
9- Visit https://hyperdocs.netlify.app/docs/ for more info.
9+ Visit https://hyperdocs.netlify.app/docs for more info.
1010` ;
1111
12- export const IntroductionFileContent = `# Introduction
13-
14- Introduce your project here.
12+ export const IntroductionFileContent = `Introduce your project here.
1513
1614You can use jsx inside this markdown file and also use many prebuilt components.
1715
18- Visit https://hyperdocs.netlify.app/docs/ for more info.
16+ Visit https://hyperdocs.netlify.app/docs for more info.
1917` ;
2018
21- export const GettingStartedFileContent = `# Getting Started
19+ export const GettingStartedFileContent = `You can write your project's getting started guide here.
2220
23- Write your project's getting started guide here.
21+ You can delete this file and remove it from \`_sidebar.txt\` if you would like to not have this page
2422
2523To create a new page, just run \`hyperdocs-cli new <filename>\`` ;
2624
You can’t perform that action at this time.
0 commit comments