From 9ff520453f2019e87f83a525a5a219373b612073 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sun, 31 Dec 2023 01:36:15 +0900 Subject: build --- build/gian-tou/create-a-document/index.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 build/gian-tou/create-a-document/index.html (limited to 'build/gian-tou/create-a-document/index.html') diff --git a/build/gian-tou/create-a-document/index.html b/build/gian-tou/create-a-document/index.html deleted file mode 100644 index 4c27fecf..00000000 --- a/build/gian-tou/create-a-document/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -Create a Document | 小平市議・安竹洋平のまとめ - - - - -
メインコンテンツまでスキップ

Create a Document

-

Documents are groups of pages connected through:

-
    -
  • a sidebar
  • -
  • previous/next navigation
  • -
  • versioning
  • -
-

Create your first Doc

-

Create a Markdown file at docs/hello.md:

-
docs/hello.md
# Hello

This is my **first Docusaurus document**!
-

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

-

Configure the Sidebar

-

Docusaurus automatically creates a sidebar from the docs folder.

-

Add metadata to customize the sidebar label and position:

-
docs/hello.md
---
sidebar_label: 'Hi!'
sidebar_position: 3
---

# Hello

This is my **first Docusaurus document**!
-

It is also possible to create your sidebar explicitly in sidebars.js:

-
sidebars.js
export default {
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
};
- - \ No newline at end of file -- cgit v1.2.3-54-g00ecf