Official documentation for all AltviseWP WordPress plugins and products.
Live at: https://docs.altvisewp.com
- All documentation is written in Markdown inside the
docs/folder - On every push to
main, GitHub Actions runsbuild.pywhich converts the Markdown to HTML - The built HTML files are automatically deployed to the server via FTP
- Changes are live within 1–2 minutes of pushing
- Find the Markdown file you want to edit in
docs/ - Edit it directly on GitHub or clone the repo and edit locally
- Commit and push to
main - GitHub Actions handles the rest
docs/ ← Markdown source files
footnotes-made-easy/ ← Free plugin docs
settings/
pro-*.md ← Pro plugin docs (prefixed with pro-)
account/ ← Account, billing, refunds
assets/
css/style.css ← Site stylesheet
js/app.js ← Search, theme toggle
.htaccess ← Clean URLs
build.py ← Build script (Markdown → HTML)
.github/workflows/deploy.yml ← Auto-deploy workflow
- Create a new
.mdfile in the appropriatedocs/folder - Add the page to
build.py— add an entry to thePAGESlist andPAGE_SEQUENCElist - Add the page to the sidebar in
build.py— update theSIDEBARdefinition - Push — the page will be built and deployed automatically
| Secret | Value |
|---|---|
FTP_SERVER |
ftp.gb.stackcp.com |
FTP_USERNAME |
Your FTP username |
FTP_PASSWORD |
Your FTP password |
Add these under Settings → Secrets and variables → Actions in the GitHub repo.