# SKALE Documentation Notes
Goals
---
- Utilization of Asciidoc & Antora with docs as close to code as possible
- Update Antora to V3 from V2 [Major]
- Utilize Live Preview with Netlify/Vercel/Similiar on PR
- Utilize Live Reload in Development
Research
---
- [Core Docs](https://github.com/skalenetwork/docs.skale.network)
- This repo contains the UI folder
- The UI folder needs to be "injected" into each of the documentation branches that are "close to code"
- [Doc Utils]
- Other Antora and Ascii based projects utilize utils to automate the injection process of the above
- Should **WATCH** docs/** folder for changes
- Upon **CHANGE** call -> local prepare again
Todos
---
- [x] Create NPM Package
- [x] **Watch** Command using
- [x] chokidar
- [ ] **Build** Command using /ui from Git Submodule
- [x] Take Repo -> Example skale-watchdog
- [x] Clone branch docs-v2.0.x-beta
- [x] Checkout branch docs-feat-hot-reload
- [x] Install ```npm add -D antora-automater```
- [x] Run ```npx antauto docs``` where docs is path