General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Generate and publish a professional landing page showcasing all sprint reports.
Sign in to like and favorite skills
Generate and publish a professional landing page showcasing all sprint reports.
reports/ directoryThe system uses JSON + Static HTML architecture:
sprints-data.json) contains all sprint metadataindex.html) loads JSON via JavaScript# Generate both JSON and HTML ./scripts/publish/generate-pages-v2.sh # Or specify custom output directory ./scripts/publish/generate-pages-v2.sh ./docs
To enable automatic publishing:
gh-pages branch or use docs/ folder in maindocs/pages/index.html - Landing pagedocs/sprints-data.json - Sprint metadatareports/sprint-*-final-report.mdAfter running this command, you'll have a landing page similar to: https://o2alexanderfedin.github.io/innova-technology-proposals/
The page will automatically calculate:
Edit
docs/index-template.html (proper HTML/CSS/JS file) to:
# Run comprehensive integration tests ./test/integration/test-generate-pages-v2.sh