erlang-language-platform/website
Roberto Aloi 5187bf3d3f Convert duplicate_module linter to use a trait
Summary: Simple conversion to use the new trait.

Reviewed By: TD5

Differential Revision: D87445553

fbshipit-source-id: 8b45cea1dcefe71b0cd573aa4529433974943d3f
2025-11-20 01:02:30 -08:00
..
docs Convert duplicate_module linter to use a trait 2025-11-20 01:02:30 -08:00
src Improve linters documentation 2025-10-08 02:31:40 -07:00
static Document adding ELP support to Helix (#46) 2024-08-16 06:21:44 -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 Update License Headers for Open Source 2025-07-01 12:42:03 -07:00
docusaurus.config.js Avoid compilation warning 2025-09-29 07:35:52 -07:00
oss-stubs.sh Add build-oss script 2025-09-29 07:35:52 -07:00
package.json Bump docusaurus to 3.9.2 2025-11-17 13:07:42 -08:00
README.md Initial commit 2023-08-02 07:54:59 -07:00
sidebars.js Update License Headers for Open Source 2025-07-01 12:42:03 -07:00
yarn.lock Bump docusaurus to 3.9.2 2025-11-17 13:07:42 -08: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.