docusaurus/website
Can Olcer 8359ff36cd
docs: improve algolia integration instructions (#6008)
* docs: improve algolia integration instructions

The current version makes it look like you need to install `@docusaurus/theme-search-algolia` on top the classic version to work, but it already works with the classic version. Adding `@docusaurus/theme-search-algolia` on top leads to errors.

* Still document installation

* Do not make separate paragraph

Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
2021-11-25 20:03:32 +08:00
..
_dogfooding chore: generate dogfooding test for long pathname during CI (#5977) 2021-11-20 14:18:50 +08:00
blog docs(website): Add docsearch migration blog post (#5967) 2021-11-21 16:25:35 +01:00
community docs: Add plugin-image-zoom (#5746) 2021-10-20 12:39:10 +02:00
docs docs: improve algolia integration instructions (#6008) 2021-11-25 20:03:32 +08:00
src docs: add Dime.Scheduler SDK to showcase (#6001) 2021-11-24 18:42:36 +08:00
static feat(core): allow sourcing from multiple static directories (#4095) 2021-11-18 22:26:26 +08:00
versioned_docs docs: update links to default translations dir (#5979) 2021-11-20 18:44:28 +01:00
versioned_sidebars chore: prepare v2.0.0-beta.9 release (#5859) 2021-11-02 20:40:01 +03:00
babel.config.js chore(website): enable eslint in website (#5889) 2021-11-06 19:04:45 +08:00
delayCrowdin.js chore: upgrade TypeScript & other ESLint related deps (#5963) 2021-11-18 21:15:37 +08:00
docusaurus.config-blog-only.js refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
docusaurus.config.js feat(core): allow sourcing from multiple static directories (#4095) 2021-11-18 22:26:26 +08:00
netlify.toml feat(v2): Webpack 5, PostCSS 8 (#4089) 2021-04-30 18:06:53 +02:00
package.json chore: cleanup dependency declaration in package.json (#5985) 2021-11-23 13:59:28 +08:00
README.md feat(v2): disable optimization.removeAvailableModules for webpack performance (#1711) 2019-07-26 22:42:03 +07:00
sidebars.js docs: make API sidebar partially autogenerated (#5917) 2021-11-10 14:08:50 +08:00
sidebarsCommunity.js chore(website): enable eslint in website (#5889) 2021-11-06 19:04:45 +08:00
tsconfig.json refactor(website): polish on Showcase page (#5969) 2021-11-20 18:31:20 +01:00
versions.json chore: prepare v2.0.0-beta.9 release (#5859) 2021-11-02 20:40:01 +03:00
versionsArchived.json chore: prepare v2.0.0-beta.9 release (#5859) 2021-11-02 20:40:01 +03:00
waitForCrowdin.js chore: upgrade TypeScript & other ESLint related deps (#5963) 2021-11-18 21:15:37 +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.