From c0a64c70ed2282ba799838acc0ef1cb4abb49fef Mon Sep 17 00:00:00 2001 From: fuwn Date: Sat, 24 Apr 2021 19:33:48 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Whirlsplash/site?= =?UTF-8?q?@d0470726131c87addd9293623a75cac28c1aaf87=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/index.html') diff --git a/docs/tutorial/create-a-document/index.html b/docs/tutorial/create-a-document/index.html index 0b58b0b..7a5d72a 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