QAEssentials is a practical QA documentation hub.
/(this repo root): Jekyll-powered landing page (index.md) with a single-page layout./docs/: the full Docsify knowledge base for deep dives and sidebar browsing./qualityfirst/: Quality First Culture newsletter hub (static HTML issues).
The newsletter lives in qualityfirst/:
- Hub page:
qualityfirst/index.html - Issues:
qualityfirst/issue-01.html,qualityfirst/issue-02.html, etc.
To publish a new issue:
- Add a new
issue-NN.htmlinqualityfirst/(useissue-01.htmlas a template). - Add a link to it in
qualityfirst/index.htmlunder#newsletter-list.
This repo is compatible with GitHub Pages:
- The main landing page is built by Jekyll from
index.md. - The newsletter pages under
qualityfirst/are plain HTML and are served as-is. - Links/assets are base-path safe for both User/Org sites and Project sites.