Easy to maintain open source documentation websites.
Find a file
Jay Martin 1c115d6ba4 docs: change the ID of the new documentation page (#1718)
* docs: add the repository to the localhost:3000 link

Fix two links on **[Create Pages](https://docusaurus.io/docs/en/next/tutorial-create-pages)**.

* docs: use the same start command on both pages

The start command in **[Scaffold the Site](https://docusaurus.io/docs/en/next/tutorial-create-new-site)** is "Run `npm start` or `yarn start.`" It will help new users to see the same start command again. A slightly different command will make new users think that something slightly different is happening.

* docs: change the ID of the new documentation page

The page ID "doc4" is already used by one of the downloaded pages, docs/exampledoc4.md, shown below: 

```
---
id: doc4
title: Other Document
---

this is another document
```

* docs: removed docusaurus-tutorial/ from the links
2019-08-04 12:42:55 -07:00
.circleci chore: download only enabled languages translation files 2019-07-26 23:07:04 +07:00
.github misc: add funding links 2019-05-25 22:54:15 -07:00
admin chore: update prerelease.sh & prerelease.md (#886) 2018-08-03 20:24:09 +08:00
docs docs: change the ID of the new documentation page (#1718) 2019-08-04 12:42:55 -07:00
packages chore: upgrade deps (#1733) 2019-08-01 19:14:12 +07:00
scripts chore: fix conflicting yarn 'version' 2019-04-10 22:01:37 +08:00
website docs(v2): search - algolia and custom (#1734) 2019-08-02 11:11:32 +07:00
website-1.x docs: add Overwolf to users (#1728) 2019-08-01 08:42:33 -07:00
.editorconfig Standardize editor configs for cross-platform development (#628) 2018-05-03 10:23:21 -07:00
.eslintignore feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
.eslintrc.js chore(v2): tweak eslint config (#1445) 2019-05-09 20:01:48 +07:00
.gitattributes Add .webp to .gitattributes for ignoring 2018-05-03 13:13:03 -07:00
.gitignore feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
.prettierignore feat(v2): @docusaurus/init package (#1655) 2019-07-14 01:06:23 +07:00
.prettierrc refactor(v2): migrate core to Typescript ❄️🌀🐋 (#1494) 2019-05-20 09:59:04 -07:00
.watchmanconfig Add first set of docusaurus-build tests using Jest (#259) 2017-12-18 14:40:52 -08:00
babel.config.js refactor(v2): migrate to Typescript ❄️🌀🐋 (#1490) 2019-05-18 11:37:35 -07:00
CHANGELOG-2.x.md feat(v2): blog support date front matter (#1702) 2019-07-27 18:03:14 +07:00
CHANGELOG.md docs: document what should be in .gitignore (#1709) 2019-07-26 00:32:43 -07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-07-31 19:49:46 -07:00
CONTRIBUTING.md misc: update CONTRIBUTING.md 2019-06-02 11:12:35 -07:00
crowdin.yaml chore: download only enabled languages translation files 2019-07-26 23:07:04 +07:00
jest.config.js fix: reload siteConfig.js automatically when locally served page is refreshed (#1509) 2019-05-22 22:31:51 +07:00
lerna.json v2.0.0-alpha.24 2019-07-24 15:55:28 +07:00
LICENSE The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
LICENSE-docs Docusaurus documentation license (#118) 2017-10-06 12:59:01 -07:00
package.json feat(v2): use contenthash instead of chunkhash for longterm caching (#1686) 2019-07-21 10:11:39 -07:00
README.md misc: CircleCI badge in README (#1623) 2019-06-23 15:26:32 -07:00
tsconfig.json refactor(v2): migrate core to Typescript ❄️🌀🐋 (#1494) 2019-05-20 09:59:04 -07:00
yarn.lock chore: upgrade deps (#1733) 2019-08-01 19:14:12 +07:00

Docusaurus

Docusaurus

npm version CircleCI status PRs Welcome Chat code style: prettier Tested with Jest Netlify Status

Introduction

Docusaurus is a project for easily building, deploying, and maintaining open source project websites.

  • Simple to Start Docusaurus is built to be easy to get up and running in as little time possible. We've built Docusaurus to handle the website build process so you can focus on your project.
  • Localizable Docusaurus ships with localization support via CrowdIn. Empower and grow your international community by translating your documentation.
  • Customizable While Docusaurus ships with the key pages and sections you need to get started, including a home page, a docs section, a blog, and additional support pages, it is also customizable as well to ensure you have a site that is uniquely yours.

Installation

Docusaurus is available as the docusaurus package on npm.

We have also released the docusaurus-init package to make getting started with Docusaurus even easier.

Contributing

We've released Docusaurus because it helps us better scale and supports the many OSS projects at Facebook. We hope that other organizations can benefit from the project. We are thankful for any contributions from the community.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Docusaurus.

Beginner Friendly Bugs

To help you get your feet wet and get you familiar with our contribution process, we have a list of beginner friendly bugs that contain bugs which are fairly easy to fix. This is a great place to get started.

Contact

We have a few channels for contact:

  • Discord with two text channels:
    • #docusaurus-users for those using Docusaurus.
    • #docusaurus-dev for those wanting to contribute to the Docusaurus core.
  • @docusaurus on Twitter
  • GitHub Issues

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

Docusaurus is MIT licensed.

The Docusaurus documentation (e.g., .md files in the /docs folder) is Creative Commons licensed.