erlang-language-platform/website
Roberto Aloi 9e529d113c Update linter docs to use traits
Summary: Update the docs, which contained a SSR-based linter, to use the new trait.

Reviewed By: TD5

Differential Revision: D80527631

fbshipit-source-id: 9a0258b11818f005ebf3f2013b3ebd515512d592
2025-08-19 23:29:48 -07:00
..
docs Update linter docs to use traits 2025-08-19 23:29:48 -07:00
src Update License Headers for Open Source 2025-07-01 12:42:03 -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 Update License Headers for Open Source 2025-07-01 12:42:03 -07:00
package.json fix dependabot alert for on-headers 2025-07-18 05:50:19 -07: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 fix dependabot alert for on-headers 2025-07-18 05:50:19 -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.