From c5b720e0acaf9e1690b4ef2a1c6da0e55392167d Mon Sep 17 00:00:00 2001 From: fuwn Date: Mon, 10 May 2021 07:12:49 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Whirlsplash/site?= =?UTF-8?q?@2837dfdfb796e5c6d514cc9cff6539ebb20060f8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/create-a-document/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorial/create-a-document') diff --git a/docs/tutorial/create-a-document/index.html b/docs/tutorial/create-a-document/index.html index 17c0c36..f37522f 100644 --- a/docs/tutorial/create-a-document/index.html +++ b/docs/tutorial/create-a-document/index.html @@ -8,7 +8,7 @@ Create a Document | Whirlsplash - + @@ -25,7 +25,7 @@
## Hello, World!
This is your first document in **Docusaurus**, Congratulations!

A new document is now available at http://localhost:3000/docs/hello.

Add your document to the sidebar#

Add hello to the sidebars.js file:

sidebars.js
module.exports = {
docs: [
{
type: 'category',
label: 'Docusaurus Tutorial',
- items: ['getting-started', 'create-a-doc', ...],
+ items: ['getting-started', 'create-a-doc', 'hello', ...],
},
],
};
- + -- cgit v1.2.3