docusaurus/website
Anthony McCaigue ab1dada1aa
fix: allow links to JSON in .md files to be transformed as asset links (#4827)
* fix: fix links to JSON from .md files
closes #3561
It seems to be a common problem that many people are having see:
https://stackoverflow.com/questions/65307533/link-to-static-json-file

Co-authored-by: Anthony McCaigue <anthony@nquiringminds.com>
Co-authored-by: Alois Klink <alois@nquiringminds.com>

* Add dogfooding examples

* actually fix

* oops

Co-authored-by: Alois Klink <alois@nquiringminds.com>
Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
2022-01-23 11:46:27 +08:00
..
_dogfooding fix: allow links to JSON in .md files to be transformed as asset links (#4827) 2022-01-23 11:46:27 +08:00
blog docs(website): Add docsearch migration blog post (#5967) 2021-11-21 16:25:35 +01:00
community docs: audit grammar issues (#6203) 2021-12-27 19:34:04 +08:00
docs chore: add height/width for front page images (#6385) 2022-01-23 09:57:31 +08:00
src chore: add height/width for front page images (#6385) 2022-01-23 09:57:31 +08:00
static chore(website): set cache-control for static assets (#6381) 2022-01-19 12:10:18 +01:00
versioned_docs chore: add height/width for front page images (#6385) 2022-01-23 09:57:31 +08:00
versioned_sidebars chore(v2): prepare v2.0.0-beta.14 release (#6147) 2021-12-21 17:15:04 +01:00
babel.config.js chore(website): enable eslint in website (#5889) 2021-11-06 19:04:45 +08:00
delayCrowdin.mjs misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
docusaurus.config-blog-only.js feat: shorthands for themes/plugins/presets configuration (#5930) 2021-12-03 18:23:12 +01:00
docusaurus.config.js chore: add height/width for front page images (#6385) 2022-01-23 09:57:31 +08:00
netlify.toml chore: upgrade netlify-cli (#6031) 2021-11-30 10:02:31 +08:00
package.json feat: update website & init template palette to pass WCAG test; include contrast check in ColorGenerator (#5822) 2022-01-20 14:51:18 +08:00
README.md
sidebars.js feat(content-docs): allow SEO metadata for category index pages (#6239) 2022-01-06 11:31:01 +01:00
sidebarsCommunity.js chore(website): enable eslint in website (#5889) 2021-11-06 19:04:45 +08:00
testCSSOrder.mjs feat(mdx-loader): read image dimensions when processing Markdown (#6339) 2022-01-19 12:45:14 +01:00
tsconfig.json chore(website): enable strict compiler option (#6012) 2021-11-26 18:14:35 +08:00
versions.json chore(v2): prepare v2.0.0-beta.14 release (#6147) 2021-12-21 17:15:04 +01:00
versionsArchived.json chore(v2): prepare v2.0.0-beta.14 release (#6147) 2021-12-21 17:15:04 +01:00
waitForCrowdin.mjs misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08: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.