feat(bici): generate BICI documentation (#17)
Integrate the BICI migrated content and document how this has been done for reuse with other content (based on previous poc). The antora-ui bundle has been generated from a previous poc, it will be updated with content of bonitasoft/bonita-documentation-theme later This also setup - build with npm: shared commands and shared dev/build setup - antora playbook: more ready for GH pages deployment - allow to build the site for local and production usage - allow to run local http server for evaluation
README.adoc
0 → 100644
Readme.adoc
deleted
100644 → 0
docs/README.adoc
0 → 100644
generate.sh
deleted
100644 → 0
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "bonita-documentation-site", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"clean": "rimraf build .cache", | ||
"build": "antora --stacktrace --fetch --clean bonitasoft.github.io.yml", | ||
"local:build-static": "antora --stacktrace --fetch --html-url-extension-style default bonitasoft.github.io.yml", | ||
"local:build": "antora --stacktrace --fetch --url http://localhost:8080 bonitasoft.github.io.yml", | ||
"serve": "http-server build/site -c-1 --port 8080" | ||
}, | ||
"devDependencies": { | ||
"@antora/cli": "^2.3.4", | ||
"@antora/site-generator-default": "^2.3.4", | ||
"http-server": "^0.12.3", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
File added
Please register or sign in to comment