Merge branch 'development' into feature/ipceicis-2285-local-development-enablement

This commit is contained in:
Stephan Lo 2025-03-10 13:00:08 +01:00
commit e8eeeddb4d

View file

@ -2,7 +2,6 @@
Take this repo and run a local Backstage harness when you want to edit documentation independently of a central docs repo. Take this repo and run a local Backstage harness when you want to edit documentation independently of a central docs repo.
For the PoC doc you first can *prepare* your docs here. For the PoC doc you first can *prepare* your docs here.
Later on they will go into a central docs repo. Later on they will go into a central docs repo.
Then the cebntral docs repo will render and publish the docs into a running backstage app in a eDF platform. Then the cebntral docs repo will render and publish the docs into a running backstage app in a eDF platform.
@ -30,6 +29,7 @@ Now npx is available, next run
npx @techdocs/cli serve npx @techdocs/cli serve
# hint: add 'npx --force --libc=glibc' if the nodejs install hangs # hint: add 'npx --force --libc=glibc' if the nodejs install hangs
# npx --verbose --force --libc=glibc @techdocs/cli serve
#use mkdocs theme #use mkdocs theme
npx @techdocs/cli serve:mkdocs npx @techdocs/cli serve:mkdocs