docusaurus/website
Joshua Chen ee6ebc4877
refactor: better typing + remove unnecessary eslint-disable (#5335)
* Initial work

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Fix a few errors

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Restore default value

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Update docs

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Use custom route config

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Address a few suggestions

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Revert logo change

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Restore key

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Oops

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Remove use of any

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Remove eslint-disable

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Put type reference back

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Remove

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
2021-08-11 16:07:17 +02:00
..
_dogfooding feat: mdx loader fallback, allow importing mdx docs from anywhere (#5299) 2021-08-06 11:32:22 +02:00
blog feat: blog posts support /YYYY/MM/DD/blog-post/index.md pattern + blog frontmatter can reference relative images (#5309) 2021-08-06 17:51:59 +02:00
community docs: add mdx-mermaid to resources (#5332) 2021-08-11 09:44:09 +03:00
docs refactor: better typing + remove unnecessary eslint-disable (#5335) 2021-08-11 16:07:17 +02:00
src refactor(website): convert website to TypeScript (#5328) 2021-08-11 11:38:33 +02:00
static feat: blog posts support /YYYY/MM/DD/blog-post/index.md pattern + blog frontmatter can reference relative images (#5309) 2021-08-06 17:51:59 +02:00
versioned_docs docs: fix broken link to syncing tab choices section (#5283) 2021-08-04 10:37:10 +03:00
versioned_sidebars misc: enable pt-BR + archive older versions (#5269) 2021-08-02 16:00:31 +02:00
babel.config.js
delayCrowdin.js chore(v2): attempt to fix crowdin dl again (#4746) 2021-05-06 19:12:13 +02:00
docusaurus.config-blog-only.js chore: removal of Docusaurus v1 code from master (it is now available on docusaurus-v1 branch) (#4902) 2021-06-10 10:54:07 +02:00
docusaurus.config.js misc: enable pt-BR + archive older versions (#5269) 2021-08-02 16:00:31 +02:00
netlify.toml feat(v2): Webpack 5, PostCSS 8 (#4089) 2021-04-30 18:06:53 +02:00
package.json refactor(website): convert website to TypeScript (#5328) 2021-08-11 11:38:33 +02:00
README.md
sidebars.js feat: Markdown page-specific head metadatas (#5330) 2021-08-11 11:39:01 +02:00
sidebarsCommunity.js chore(v2): add external link to community sidebar (#4858) 2021-06-02 16:59:20 +02:00
tsconfig.json refactor(website): convert website to TypeScript (#5328) 2021-08-11 11:38:33 +02:00
versions.json misc: enable pt-BR + archive older versions (#5269) 2021-08-02 16:00:31 +02:00
versionsArchived.json misc: enable pt-BR + archive older versions (#5269) 2021-08-02 16:00:31 +02:00
waitForCrowdin.js chore(v2): attempt to fix crowdin dl again (#4746) 2021-05-06 19:12:13 +02:00

Docusaurus 2 Website

Installation

  1. yarn install in the root of the repo (one level above this directory).
  2. In this directory, do yarn start.
  3. A browser window will open up, pointing to the docs.