erlang-language-platform/website
Alan Zimmerman 3e23e8c848 Fix W0017 documentation
Summary:
Address https://github.com/WhatsApp/erlang-language-platform/issues/23
- Fix reported documentation error
- Add test to confirm the normal operation for the provided repro case

Reviewed By: robertoaloi

Differential Revision: D56413056

fbshipit-source-id: eaaea7279c5661135ce03d7444535c4088ef58b0
2024-04-22 02:36:17 -07:00
..
docs Fix W0017 documentation 2024-04-22 02:36:17 -07:00
src Fix title and description for site 2024-02-14 10:29:29 -08:00
static Editor-based feature gallery 2023-09-11 03:20:45 -07:00
.gitignore Initial commit 2023-08-02 07:54:59 -07:00
.npmrc Initial commit 2023-08-02 07:54:59 -07:00
babel.config.js Initial commit 2023-08-02 07:54:59 -07:00
docusaurus.config.js Enable sitemap for ELP website 2024-02-14 10:29:29 -08:00
package.json yarn upgrade 2024-03-26 04:29:51 -07:00
README.md Initial commit 2023-08-02 07:54:59 -07:00
sidebars.js Initial commit 2023-08-02 07:54:59 -07:00
yarn.lock yarn upgrade 2024-03-26 04:29:51 -07:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.