This repository contains the documentation website for QA Assistants WordPress Analytics, built with Docusaurus.
We welcome your feedback!
Please open an Issue or join the Discussions tab to share your thoughts or propose improvements.
We currently do not accept pull requests unless they are discussed beforehand.
When working on branches, please use the following naming format:
<type>/<summary>/<YYYYMMDD>
type: Purpose of the change (e.g.,add,fix,update)summary: Short description in kebab-caseYYYYMMDD: Date the branch was created
add/config-pv-limit/20250609fix/broken-links/20250610update/sidebar-order/20250611
# Install dependencies
npm install
# Start the development server
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
# Build the website
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
/docs/user-manual/- User documentation/docs/developer-manual/- Developer documentation/blog/- Blog posts/docs/release-notes/- Release notes/docs/faq/- Frequently asked questions
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
The documentation supports both English and Japanese. To generate translation files:
npm run write-translationsThis site uses docusaurus-lunr-search for search functionality, which supports both English and Japanese.
The site is configured to use the custom domain docs.quarka.org. DNS settings should point to GitHub Pages.
- All dependencies are pinned to specific versions to avoid unexpected updates
- The docusaurus-lunr-search plugin was chosen for its security profile and compatibility
- No external services are used for search functionality to maintain data privacy
- Google Tag Manager is implemented using Docusaurus's built-in headTags configuration