Commit graph

232 commits

Author SHA1 Message Date
7f8a15ba4c
fix(build): Added postcss config pointing to local plugins 2025-11-19 14:41:12 +01:00
1103013aed
chore: Added nix flake 2025-11-19 14:38:09 +01:00
d3d9908671 doc(stacks): added governance documentation frame according to IPCEICIS-6737 2025-11-17 20:05:12 +01:00
79e94d738a doc(stacks): added documentationsystem documentation frame according to IPCEICIS-6736 2025-11-17 20:00:12 +01:00
3eed5fe70d doc(stacks): added edgeconnect documentation frame according to IPCEICIS-6735 2025-11-17 19:59:46 +01:00
4169b999d4 doc(stacks): added orchestration documentation frame according to IPCEICIS-6734 2025-11-17 19:48:36 +01:00
6bd7f6b5a1 doc(stacks): added deployments documentation frame according to IPCEICIS-6733 2025-11-17 19:44:01 +01:00
751202516c doc(stacks): added infrastructure orchestration documentation frame according to IPCEICIS-6732 2025-11-17 19:34:54 +01:00
d10f888985 doc(stacks): added actions documentation farme according to IPCEICIS-6730 2025-11-17 19:24:02 +01:00
829895fa73 doc(stacks): added stacks documentation farme according to IPCEICIS-6729 2025-11-17 19:14:32 +01:00
44b722b087 docs(forgejo): even more ideas II 2025-11-17 18:45:16 +01:00
fc5dda68f8 docs(forgejo): even more ideas 2025-11-17 18:25:33 +01:00
47b0c404f3 docs(forgejo): some restructuring and review - tbc 2025-11-17 17:44:15 +01:00
9b6c586e20 Merge branch 'main' into development 2025-11-17 16:50:21 +01:00
ef11b04241 fix(components): mv forgejo documatation to correct structure on main 2025-11-17 16:49:42 +01:00
de91b8f3fb
docs(forgejo): ✏️Fix GARM name 2025-11-17 16:38:22 +01:00
5d80a899c5
docs(forgejo): 🌐Add links to Forgejo, Codeberg, and GARM 2025-11-17 16:35:38 +01:00
d3858d6969 docs(forgejo): 📝Add Pipelines 2025-11-17 16:03:31 +01:00
53bbb6de91
docs(forgejo): 📝Add Forgejo and collaboration documentation 2025-11-17 14:21:25 +01:00
36fe018c64 docs(product-structure): added more devenvironments 2025-11-17 14:13:56 +01:00
4500474bd2 docs(product-structure): added application provisioning and kubernetes operator 2025-11-17 13:57:45 +01:00
4f34eb8a22 docs(content): created content place holder for JIRA-6418 2025-11-17 11:14:02 +01:00
5f6573f36a docs(structure): some refactoring 2025-11-17 10:57:36 +01:00
86073cee7d docs(components): refactored component picture and added the documenttaion system itself 2025-11-17 08:51:44 +01:00
f0ca9bbce2 feat(doc-structure): documentation structure ready for team development or writing resp. 2025-11-16 23:10:11 +01:00
4935913002 feat(tasks): add test:hugo task for Hugo-only testing
- Add test:hugo for fast Hugo-only tests (no LikeC4)
- Update technical writer docs with new task
2025-11-16 13:48:12 +01:00
82d424aeca fix(docs): remove Backstage component and add editorial headers
- Remove Backstage component page (not in product structure)
- Add editorial status alert to all draft pages with:
  * Jira ticket reference placeholder
  * Assignee field
  * Draft status indicator
  * Last updated date
  * TODO checklist for completion
- Update component template with editorial header
- Use Docsy alert shortcode (warning style) for professional appearance
2025-11-16 13:42:58 +01:00
62999b41d0 feat(docs): restructure documentation with new framework and templates
- Archive old docs to docs-old/ for reference
- Create new top-down documentation structure:
  * Platform Overview: purpose, audience, product structure
  * Components: individual platform components (Forgejo, Kubernetes, Backstage)
  * Getting Started: onboarding and quick start guides
  * Operations: deployment, monitoring, troubleshooting
  * Governance: ADRs, project history, compliance
- Add DOCUMENTATION-GUIDE.md with writing guidelines and templates
- Add component template (TEMPLATE.md) for consistent documentation
- Simplify root README and move technical docs to doc/ folder
- Update test configuration:
  * Exclude legacy content from markdown linting
  * Relax HTML validation for theme-generated content
  * Skip link checking for legacy content in test:links
  * Keep 'task test' clean for technical writers (100% pass)
  * Add 'task test:full' with comprehensive link checking
- Update home page with corrected markdown syntax
- Fix internal links in archived content

BREAKING CHANGE: Documentation structure changed from flat to hierarchical top-down approach
2025-11-16 13:32:10 +01:00
2ec2efe9fc docs(structure): WiP added feedback from team to documenttaion structure 2025-11-12 11:03:47 +01:00
e049e683b3 docs(product): WiP added product sturcture tree 2025-11-12 09:55:52 +01:00
44245dbfcc docs(structure): WiP added more ideas for the content structure 2025-11-12 09:03:10 +01:00
3f1efb1343 chore(todos): added todo list for the repo maintenance 2025-11-12 09:02:31 +01:00
5bb475ea26 chore(likec4): removed node depenencies inside the resources 2025-11-12 09:00:31 +01:00
80835b528f WiP 2025-11-12 00:55:59 +01:00
a4d717bdd2 chore() 2025-11-12 00:33:03 +01:00
18ac39d768 refactor(taskfile): run likec4 commands from root and pass resource path
Removes all cd usage for likec4 tasks and passes the resource directory as argument to npx likec4. Ensures consistent execution and easier maintenance.
2025-11-11 23:20:32 +01:00
4ca9c669fb Revert "doc(technical-writer-docs): test publishing process"
This reverts commit 0628c5a80d.
2025-11-11 22:43:58 +01:00
0628c5a80d doc(technical-writer-docs): test publishing process 2025-11-10 13:19:20 +01:00
df439058a9 docs: replace 'Documentor' with 'Technical Writer' terminology
- Renamed README-documentor.md → README-technical-writer.md
- Updated all references from "Documentor" to "Technical Writer" across:
  - README files (README.md, README-developer.md, README-likec4.md)
  - Content pages (documentation section, homepage)
  - LikeC4 models (documentation-platform.c4 in both projects)
- Regenerated LikeC4 webcomponents with updated terminology
- Updated lowercase "documentor" to "technicalWriter" in model IDs

"Technical Writer" is the proper English term for documentation contributors,
replacing the non-standard "Documentor" terminology.
2025-11-07 15:57:14 +01:00
9e509ed265 docs: consolidate root documentation to README-* structure
- Created README-documentor.md: comprehensive guide for content contributors
- Created README-likec4.md: architecture modeling guide (merged from README-ARCHITECTURE.md + LIKEC4-QUICKSTART.md)
- Enhanced README-developer.md:
  - Added Docker/Container Build section (from DOCKER.md)
  - Expanded Testing section (from TESTING.md)
  - Added Version Management section (from VERSIONS.md)
  - Added LikeC4 tasks reference
- Updated README.md: modernized with badges and clear structure
- Deleted redundant files:
  - DOCUMENTOR-GUIDE.md (ASCII art, redundant to README-documentor.md)
  - DOCKER.md (integrated into README-developer.md)
  - TESTING.md (integrated into README-developer.md)
  - README-ARCHITECTURE.md (merged into README-likec4.md)
  - LIKEC4-QUICKSTART.md (merged into README-likec4.md)
  - VERSIONS.md (integrated into README-developer.md)
- Added devbox shell step to local-development.md

All hands-on documentation now follows README-* naming convention.
RELEASE.md retained as process documentation (not hands-on guide).
2025-11-07 15:48:55 +01:00
9921e07e3e chore: Remove node_modules from git tracking in doc-likec4 2025-11-07 15:06:34 +01:00
6009132fbc chore: Update LikeC4 to version 1.43.0
- Update likec4 dependency in edp-likec4 project
- Update likec4 dependency in doc-likec4 project
- Regenerate webcomponent with new version
- Includes bug fixes and improvements from LikeC4 1.43.0
2025-11-07 15:04:16 +01:00
3a1c5ee6ca feat: Add LikeC4 validation and update tasks
- Add likec4:validate task for syntax checking (ignores layout drift)
- Add likec4:validate:layout task for full validation including layout
- Add likec4:update task to update LikeC4 in both projects
- Integrate likec4:validate into test and test:quick tasks
- Improves CI/CD pipeline by catching C4 syntax errors early
2025-11-07 15:03:58 +01:00
2971f98b4c docs: Fix and improve LikeC4 example in local development guide
- Fix shortcode example to show code instead of rendering
- Add complete LikeC4 example with specification, model, and views blocks
- Fix syntax: use 'include element' not 'include element element'
- Add guidance on finding available view IDs
- Use correct element type names and structure
2025-11-07 14:57:05 +01:00
14d7d9d588 fix: Improve text visibility on homepage sections
- Fix white text visibility in primary/magenta sections with text-shadow
- Prevent white background on hover in lead sections
- Ensure text stays white in dark feature card sections on hover
- Add proper hover states for dark sections with readable text
2025-11-07 14:56:32 +01:00
91a8630507 feat: Add comprehensive homepage with feature cards and platform overview
- Add hero section with lead text and scroll-down link
- Add three feature cards: Architecture, Documentor Guide, Legacy Docs
- Add platform features section (Developer Experience, IaC, Observability)
- Add "Get Started" section with quick links for different user roles
- Use modern Docsy blocks/sections for professional appearance
2025-11-07 14:55:53 +01:00
97cd265063 docs: Update likec4-view shortcode documentation with title parameter
- Add title parameter documentation to all relevant README files
- Update DOCUMENTOR-GUIDE.md with title parameter example
- Enhance quick-reference.md with complete parameter list
- Update INTEGRATION.md with recommended shortcode usage
- Simplify highlevelarch.md by using shortcode with title parameter
2025-11-07 13:58:04 +01:00
dc2bb1d60d doc(): removed outdated c4 doc 2025-11-07 12:55:48 +01:00
a7fb376157 docs: add quick-start guides for documentors and architects
Added two complementary quick-start guides to help new contributors get
productive quickly without reading extensive documentation.

DOCUMENTOR-GUIDE.md:
- Quick-start guide for new documentation contributors
- Covers essential workflows: local dev, testing, committing
- Provides command reference for common tasks
- Links to detailed documentation platform guides
- Targets: writers, editors, content contributors
- Goal: Productive in 5 minutes

README-ARCHITECTURE.md:
- Quick-start guide for architecture diagram contributors
- Explains LikeC4 setup and project structure
- Covers both edp-likec4 (platform) and doc-likec4 (meta-docs) projects
- Provides regeneration workflow for webcomponents
- Targets: architects, system designers, technical writers
- Goal: Productive diagram editing in 5 minutes

These guides complement the detailed documentation in content/en/docs/documentation/
by providing a fast-track onboarding path. New contributors can start with these
quick-start guides and refer to detailed documentation as needed.

Documentation hierarchy:
1. Quick-start (these guides) - Get started in minutes
2. Full guides (content/en/docs/documentation/) - Comprehensive workflows
3. Architecture diagrams - Visual learning and exploration

Benefits:
- Reduced onboarding time for new team members
- Self-service documentation for common tasks
- Clear separation between quick reference and detailed guides
- Consistent documentation patterns across roles
2025-11-07 11:53:31 +01:00
fb0ec3fd57 fix(lint): improve markdown quality and exclude legacy v1 documentation
Added .markdownlintignore to exclude legacy v1 documentation and blog posts
from markdown linting. This allows the team to focus on maintaining quality
for actively maintained documentation while avoiding the need to fix 200+
pre-existing lint errors in historical content.

Excluded paths:
- content/en/docs/v1/** (legacy v1 documentation with historical lint debt)
- content/en/blog/** (blog posts with varied formatting styles)

Fixed markdown linting errors in current documentation:
- content/en/docs/_index.md: Removed excessive blank lines
- content/en/docs/decisions/0001-pipeline-tools.md:
  * Converted emphasis (**Pro**, **Con**) to proper h4 headings
  * Improves document structure and accessibility
  * Maintains visual hierarchy while meeting markdown standards

Fixed sample v1 files that were blocking CI:
- content/en/docs/v1/solution/tools/Crossplane/provider-kind/_index.md:
  * Replaced hard tabs with spaces (MD010)
  * Added language tags to code blocks (bash)
- content/en/docs/v1/solution/tools/kyverno integration/_index.md:
  * Added blank line before list items (MD032)
  * Added language tags to code blocks (bash)

Impact:
- task test:quick now passes cleanly
- CI pipeline markdown validation succeeds
- New documentation maintains high quality standards
- Legacy content preserved without blocking development

This approach balances:
1. Maintaining quality for actively developed docs
2. Not requiring massive refactoring of legacy content
3. Enabling clean CI/CD pipeline
4. Providing clear quality standards for future contributions
2025-11-07 11:52:12 +01:00