Merge branch 'development' into feature/ipceicis-2285-local-development-enablement
This commit is contained in:
commit
e8eeeddb4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue