bf-support-microsite¶
What this service is¶
bf-support-microsite is a documentation/content repository and static publishing target served via nginx in bf-dev.
Code anatomy¶
src/clickup_docs/*: ingestion/export tooling for ClickUp docs migration.src/trustcloud/*: private docs/auth related logic.content/,static/,public/: content source, assets, and publish outputs.scripts/: refresh/publish automation.
Architectural characteristics¶
- Content pipeline service rather than an API backend.
- Produces static artifacts consumed directly by nginx hosting.
- Local auth-bypass behavior for localhost preview is documented.
Documentation and tests in-repo¶
- Rich README usage guidance.
- Architecture docs in
docs/architecture.md. - Test coverage under
test/clickup_docs,test/trustcloud, and fixtures.