Commit Graph

46 Commits

Author SHA1 Message Date
thePR0M3TH3AN
ceb2b3837e Merge pull request #23 from PR0M3TH3AN/codex/update-theme.css-for-footer-positioning
Update theme layout
2025-07-10 13:47:23 -04:00
thePR0M3TH3AN
a4bb430824 Make body flex layout and style footer 2025-07-10 13:47:06 -04:00
thePR0M3TH3AN
79edcf396b Merge pull request #22 from PR0M3TH3AN/codex/fix-sidebar-toggle-and-responsiveness-issues
Fix asset copy path
2025-07-10 13:29:20 -04:00
thePR0M3TH3AN
a74842037b fix asset path 2025-07-10 13:28:54 -04:00
thePR0M3TH3AN
51a57e37b1 Merge pull request #21 from PR0M3TH3AN/codex/fix-sidebar-open-close-functionality
Improve sidebar behavior and navigation titles
2025-07-10 13:17:19 -04:00
thePR0M3TH3AN
9053681386 Fix sidebar toggle and navigation titles 2025-07-10 13:16:43 -04:00
thePR0M3TH3AN
f10e1c43db Merge pull request #20 from PR0M3TH3AN/codex/fix-sidebar-display-issues
Fix sidebar hierarchical navigation rendering
2025-07-10 13:05:19 -04:00
thePR0M3TH3AN
d7c38a9326 Fix sidebar navigation rendering 2025-07-10 13:04:41 -04:00
thePR0M3TH3AN
18e2f45f6a Merge pull request #19 from PR0M3TH3AN/codex/update-generator-script-to-copy-assets
Ensure assets copied during build
2025-07-10 13:00:19 -04:00
thePR0M3TH3AN
adea90aa1f fix(generator): copy top-level assets 2025-07-10 12:59:29 -04:00
thePR0M3TH3AN
792b02799d Merge pull request #18 from PR0M3TH3AN/codex/update-asset-copying-in-build-process
Copy assets into build output
2025-07-10 12:54:27 -04:00
thePR0M3TH3AN
f4eaf6069a Copy project assets to output 2025-07-10 12:54:02 -04:00
thePR0M3TH3AN
2929a20c30 Merge pull request #17 from PR0M3TH3AN/5qfmm5-codex/fix-netlify-deployment-error
Fix netlify build by creating docs build script
2025-07-10 12:40:59 -04:00
thePR0M3TH3AN
ecd825802c Fix Netlify build script and generator 2025-07-10 12:40:15 -04:00
thePR0M3TH3AN
b38980295c Merge pull request #15 from PR0M3TH3AN/codex/fix-deploy-directory-not-found-error
Fix CLI build and update Netlify command
2025-07-10 12:22:59 -04:00
thePR0M3TH3AN
ed83ccb7ed Fix CLI build and clarify Netlify CI 2025-07-10 12:21:26 -04:00
thePR0M3TH3AN
dab65efd2e Merge pull request #14 from PR0M3TH3AN/codex/create-docforge-tutorial-site
Add documentation site content
2025-07-10 12:03:21 -04:00
thePR0M3TH3AN
4d924387ce Add DocForge documentation site 2025-07-10 12:02:39 -04:00
thePR0M3TH3AN
c128e20e68 Merge pull request #13 from PR0M3TH3AN/codex/update-analytics.js-to-inject-snippet
Fix analytics plugin return format
2025-07-10 11:53:55 -04:00
thePR0M3TH3AN
22276ef5b2 fix analytics plugin output 2025-07-10 11:53:07 -04:00
thePR0M3TH3AN
26e66bf7f4 Merge pull request #12 from PR0M3TH3AN/codex/add-puppeteer-test-for-sidebar-toggle
Add responsive sidebar test
2025-07-10 11:50:18 -04:00
thePR0M3TH3AN
b61d48ab89 Add responsive sidebar test with Puppeteer 2025-07-10 11:50:02 -04:00
thePR0M3TH3AN
8a6bc2b403 Merge pull request #11 from PR0M3TH3AN/codex/add-tests-for-markdown-generation
Add generator HTML rendering test
2025-07-10 11:42:26 -04:00
thePR0M3TH3AN
7225bc847e test: ensure markdown renders to HTML 2025-07-10 11:39:31 -04:00
thePR0M3TH3AN
df7ea3f439 Merge pull request #10 from PR0M3TH3AN/codex/set-up-testing-and-ci-workflow
Add Jest tests and CI workflow
2025-07-10 11:04:43 -04:00
thePR0M3TH3AN
d632f4fc6e Add jest tests and CI workflow 2025-07-10 11:04:12 -04:00
thePR0M3TH3AN
ffef027687 Merge pull request #9 from PR0M3TH3AN/codex/add-netlify.toml-and-update-readme
Add Netlify config
2025-07-10 10:58:40 -04:00
thePR0M3TH3AN
b7f318836e Add Netlify configuration and docs 2025-07-10 10:58:27 -04:00
thePR0M3TH3AN
f35eb47364 Merge pull request #8 from PR0M3TH3AN/codex/update-readme-with-quick-start-and-documentation-details
Improve README onboarding
2025-07-10 10:55:21 -04:00
thePR0M3TH3AN
e7ef43a7ba docs: add quick start and config instructions 2025-07-10 10:55:07 -04:00
thePR0M3TH3AN
6d14ab247f Merge pull request #7 from PR0M3TH3AN/codex/add-create-docforge-npm-script
Add create-docforge starter CLI
2025-07-10 10:50:44 -04:00
thePR0M3TH3AN
d7045ade89 Add create-docforge starter CLI 2025-07-10 10:50:29 -04:00
thePR0M3TH3AN
8b04671e4e Merge pull request #6 from PR0M3TH3AN/codex/implement-plugin-api-and-documentation
Add plugin API and docs
2025-07-10 10:45:02 -04:00
thePR0M3TH3AN
a385a7b312 Add plugin system 2025-07-10 10:44:46 -04:00
thePR0M3TH3AN
1698044bb4 Merge pull request #5 from PR0M3TH3AN/codex/implement-site-search-indexing
Add Lunr search index and UI
2025-07-10 10:37:46 -04:00
thePR0M3TH3AN
69f1c0783b Add client-side search using Lunr 2025-07-10 10:37:29 -04:00
thePR0M3TH3AN
03511c2e43 Merge pull request #4 from PR0M3TH3AN/codex/create-nunjucks-templates-and-css-theme
Add layout templates and theme with dark mode
2025-07-10 10:29:48 -04:00
thePR0M3TH3AN
7760eeefcc Add base templates, theme, and dark mode 2025-07-10 10:29:33 -04:00
thePR0M3TH3AN
b8e65e22dd Merge pull request #3 from PR0M3TH3AN/codex/add-configuration-loader-and-validation
Add config loader
2025-07-10 10:24:49 -04:00
thePR0M3TH3AN
e350faf789 feat: add config loader 2025-07-10 10:22:53 -04:00
thePR0M3TH3AN
9806d9675f Merge pull request #2 from PR0M3TH3AN/codex/add-build-flow-generator-script
Implement generator script
2025-07-10 10:18:08 -04:00
thePR0M3TH3AN
77082a2dcf Add generator script 2025-07-10 10:17:39 -04:00
thePR0M3TH3AN
a1d513b5a3 Merge pull request #1 from PR0M3TH3AN/codex/create-package.json-and-setup-dependencies
Add initial Node.js setup for DocForge
2025-07-10 10:14:11 -04:00
thePR0M3TH3AN
4661a6ed87 Add package.json and basic ignore 2025-07-10 10:13:42 -04:00
thePR0M3TH3AN
e87d26096b Create README.md 2025-07-10 09:28:59 -04:00
thePR0M3TH3AN
45c96a9fd0 Initial commit 2025-07-10 09:02:59 -04:00