Skip to content

Commit 6c3bb7e

Browse files
Moves ADRs into project and adds ADR's pages
This commit moves the ADR folder into the project, so that the project can dynamically create pages for them. New ADRs still can be added just as they were added before: by creating markdown files inside the ADR folder. The project automatically renders HTML pages for the ADRs and: - The sidebar automatically creates buttons for each ADR; - Mermaid plugin was added to display diagrams inside ADRs; - Code styling was implemented inside ADR pages. Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
1 parent 24a800f commit 6c3bb7e

32 files changed

Lines changed: 817 additions & 17 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!examples/*/scripts/
66
*.log
77
*.tsbuildinfo
8+
.DS_Store
89
.browser_modules/
910
/.venv/
1011
/packages/base/lib/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/adr/0002/graphql-server-prototype/package-lock.json renamed to doc/web-doc/adr/0002/graphql-server-prototype/package-lock.json

File renamed without changes.

doc/adr/0002/graphql-server-prototype/package.json renamed to doc/web-doc/adr/0002/graphql-server-prototype/package.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)