1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/documentation/adr
Oliver Nocon e44aaf86e4
chore: prepare setup for future ADRs (#4054)
* chore: prepare setup for future ADRs

* Update build-adr.yml
2022-11-02 14:30:34 +01:00
..
20221004-use-log4brains-to-manage-the-adrs.md chore: prepare setup for future ADRs (#4054) 2022-11-02 14:30:34 +01:00
20221004-use-markdown-architectural-decision-records.md chore: prepare setup for future ADRs (#4054) 2022-11-02 14:30:34 +01:00
index.md chore: prepare setup for future ADRs (#4054) 2022-11-02 14:30:34 +01:00
README.md chore: prepare setup for future ADRs (#4054) 2022-11-02 14:30:34 +01:00
template.md chore: prepare setup for future ADRs (#4054) 2022-11-02 14:30:34 +01:00

Architecture Decision Records

ADRs are automatically published to our Log4brains architecture knowledge base:

🔗 https://www.project-piper.io/adr

Please use this link to browse them.

Development

If not already done, install Log4brains:

npm install -g log4brains

To preview the knowledge base locally, run:

log4brains preview

In preview mode, the Hot Reload feature is enabled: any change you make to a markdown file is applied live in the UI.

To create a new ADR interactively, run:

log4brains adr new

More information