Skip to content

Commit 0d45098

Browse files
Update site configuration (#460)
* Update site configuration * npm install * fix attempt * prettier-ignore * prettier-ignore * update readme
1 parent 645edce commit 0d45098

File tree

19 files changed

+747
-886
lines changed

19 files changed

+747
-886
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/content_issue.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/tool_issue.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

.husky/prepare-commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
# ConsenSys Teku
1+
# Teku documentation
22

3-
This documentation repo is built using [Docusaurus 2](https://docusaurus.io/).
3+
This documentation repository is built using [Docusaurus](https://docusaurus.io/), and the doc
4+
site is published at [`docs.teku.consensys.net`](https://docs.teku.consensys.net/).
45

5-
See [more](https://docs-template.consensys.net/) information about using Docusaurus quickly.
6-
7-
### Contributing & Local Development
8-
9-
$ npm install
10-
$ npm run prepare
11-
$ npm start
12-
$ git commit
13-
14-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
15-
16-
### Build
17-
18-
$ npm run build
19-
$ npm run serve
20-
21-
This command generates static content into the `build` directory.
6+
View the [ConsenSys doc contribution guidelines](https://docs-template.consensys.net/) for
7+
information about submitting documentation changes and previewing the site locally.

docs/get-started/connect/_category_.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"label": "Connect to a network",
33
"position": 3,
44
"link": {
5-
"type": "generated-index"
5+
"type": "generated-index",
6+
"slug": "/get-started/connect"
67
}
78
}

docs/get-started/install/_category_.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"label": "Install Teku",
33
"position": 1,
44
"link": {
5-
"type": "generated-index"
5+
"type": "generated-index",
6+
"slug": "/get-started/install"
67
}
78
}

0 commit comments

Comments
 (0)