Change manual url

change to the autogenerated docs build
1 file changed
tree: 5c9c5b32a812666f1fdf2504d5ef04d5a581ad85
  1. .dependabot/
  2. .github/
  3. .vscode/
  4. docs/
  5. netlify/
  6. src/
  7. static/
  8. .asf.yaml
  9. .gitignore
  10. .prettierrc
  11. _headers
  12. CODE_OF_CONDUCT.md
  13. CONTRIBUTING.md
  14. gatsby-browser.js
  15. gatsby-config.js
  16. gatsby-node.js
  17. netlify.toml
  18. package-lock.json
  19. package.json
  20. PULL_REQUEST_TEMPLATE.md
  21. README.md
  22. renovate.json
  23. requirements.txt
  24. yarn.lock
README.md

This is Apach web site ver 2.0

how to start

1. build documentation

Environment Setting

virtualenv -p python3 venv

Activate the virtual environment

source venv/bin/activate

Install the python requirements

pip install -r requirements.txt

build

sphinx-multiversion docs static/age-manual/

2. gatsby website develop mode

require node v16.16.0

yarn install or npm install
yarn run start or npm run start

or 

yarn run serve or npm run serve

web site : visit please http://localhost:8000/

admin(Content Management System) : http://localhost:8000/admin

3. build & deploy

yarn run deploy or npm run deploy