Skip to content

Commit

Permalink
Merge pull request #38 from neon-izm/feature/current_docusaurus
Browse files Browse the repository at this point in the history
Feature/current docusaurus
  • Loading branch information
neon-izm committed Aug 20, 2023
2 parents 75f976d + 78d25fa commit 33faf84
Show file tree
Hide file tree
Showing 4 changed files with 7,657 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ are simple markdown file.You can fork and write anything.
内の*.mdファイルはシンプルなテキストのmarkdownファイルなので、ここだけをローカルのテキストエディタで編集すれば、プレビュー出来ます。

# Setup(Windows)

0. launch PowerShell
1. [install chocolatey](https://chocolatey.org/install)
2. `choco install nodejs`
2. `choco install nodejs --version=16.16.0`
3. `choco install yarn`
4. `yarn global add @docusaurus/init@next`
5. cd to website root directory (example C:/Github/before_join_socialgame/website)
Expand Down
1 change: 1 addition & 0 deletions website/docs/doc1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: /
id: doc1
title: はじめに
sidebar_label: はじめに
Expand Down
5 changes: 0 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} Before Join Socialgame Client. Built with Docusaurus.`,
},

gtag: {
trackingID: 'UA-171789087-1',
},
},

presets: [
Expand All @@ -56,7 +52,6 @@ module.exports = {
docs: {
//routeBasePath: 'docs/',
// It is recommended to set document id as docs home page (`docs/` path).
homePageId: 'doc1',
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
Expand Down

0 comments on commit 33faf84

Please sign in to comment.