dashboard/docusaurus
Giuseppe Leo 4a5d2bb056
Allow to skip Cypress dashboard E2E tests using a label or env var (#13146)
* Allow to switch Cypress command with cy2 on env var

* Remove coverage flag

* Restore Cypress dashboard

* Assign env var TEST_DISABLE_DASHBOARD_LABEL based on label presence

* Extend E2E script condition to TEST_DISABLE_DASHBOARD_LABEL

* Correct label term

* Remove unnecessary key and ID for Cypress command

* Correct PR label

* Add echo to display disable method; Add comments

* Add documentation

* Allow GH to set env var from the config
2025-01-20 11:49:33 +01:00
..
blog
docs Allow to skip Cypress dashboard E2E tests using a label or env var (#13146) 2025-01-20 11:49:33 +01:00
extensions_versioned_docs/version-v2 Update extension gitlab workflow node version (#13032) 2025-01-10 08:42:45 -05:00
extensions_versioned_sidebars Extension creator upgrade paths - Update documentation (#12737) 2024-12-02 13:26:24 -05:00
src Extensions docs update (#12491) 2024-11-07 09:53:31 +00:00
static
.gitignore
README.md
babel.config.js
docusaurus.config.js Return the old path when `next` is missing from the url (#13078) 2025-01-13 13:20:01 -05:00
extensionSidebar.js Extension creator upgrade paths - Update documentation (#12737) 2024-12-02 13:26:24 -05:00
extensions_versions.json Extensions docs update (#12491) 2024-11-07 09:53:31 +00:00
internalSidebar.js Refactor extensions docs to enable versioning (#12355) 2024-11-04 16:26:59 +00:00
package.json migrate docusaurus to v3 and add search for documentation (#12681) 2024-11-28 11:44:56 +00:00

README.md

Website

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

Note: Docusaurus 2 expected node version >=16.14.

Installation

$ yarn docs:install

Local Development

Note this command will open a web browser on the locally served site (http://localhost:3000)

$ yarn docs: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.

Note this command will open a web browser on the locally served site (http://localhost:3000)

Build

$ yarn docs:build

Adding new documents

Guide for sidebars.js.

Note: We are using sidebars.js file to generate a custom sidebar.

  1. Create a Markdown file, greeting.md, and place it under the docs directory.

  2. Add file name in sidebars.js.