stable
Clone or download
Read-only
part of request #37211 Replace TLP-doc documentation How to launch it: - pnpm --filter=tlp-doc-v2 run storybook - you should see some stories showcasing TLP badges. - if you only want the docs section: pnpm run build-storybook-docs. Signed-off-by: Lou-Evan Rouby <lou-evan.rouby@enalean.com> Change-Id: Ie564c88dc6f5a8237bc1ae99f4e3e208054db3c6
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintignore | +1 | −0 | Go to diff View file |
M | .eslintrc.js | +2 | −0 | Go to diff View file |
M | .gitignore | +0 | −2 | Go to diff View file |
M | adr/0015-mercure-realtime.md | +1 | −1 | Go to diff View file |
M | adr/0018-js-bundler.md | +3 | −3 | Go to diff View file |
M | adr/0023-outbound-http-requests.md | +2 | −2 | Go to diff View file |
M | adr/0024-remove-ldap-write.md | +1 | −1 | Go to diff View file |
A | adr/0027-component-documentation.md | +110 | −0 | Go to diff View file |
M | adr/index.md | +1 | −0 | Go to diff View file |
M | lib/frontend/constants/src/main.ts | +38 | −1 | Go to diff View file |
M | package.json | +1 | −0 | Go to diff View file |
M | pnpm-lock.yaml | +35 | −0 | Go to diff View file |
M | pnpm-workspace.yaml | +0 | −1 | Go to diff View file |
A | src/scripts/tlp-doc-v2/.gitignore | +4 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/.storybook/backgrounds.ts | +31 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/.storybook/main.ts | +66 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/.storybook/preview.ts | +101 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/.storybook/scss-shim.d.ts | +23 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/package.json | +34 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/pnpm-lock.yaml | +7107 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/stories/tlp-badge.mdx | +35 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/stories/tlp-badge.scss | +24 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/stories/tlp-badge.stories.ts | +216 | −0 | Go to diff View file |
A | src/scripts/tlp-doc-v2/tsconfig.json | +8 | −0 | Go to diff View file |
M | tools/rpm/tuleap-source-tarball.nix | +1 | −0 | Go to diff View file |