eDF documentation-as-code repository. Also 'website' as based on Hugo it is rendered statically. https://docs.edp.buildth.ing/
Find a file
Stephan Lo 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
.devcontainer feat(devcontainer): Added containerUser for rootless podman 2024-10-02 18:24:10 +02:00
.github/workflows feat(edge): Added Edge Deployment functionality 2025-10-24 10:28:36 +02:00
.vscode refactor(docs): migrate existing content to v1 legacy structure 2025-10-23 14:54:08 +02:00
assets fix: Improve text visibility on homepage sections 2025-11-07 14:56:32 +01:00
content/en feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
doc feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
layouts feat(docs): add comprehensive documentation platform architecture and guides 2025-11-07 11:50:58 +01:00
resources docs(product): WiP added product sturcture tree 2025-11-12 09:55:52 +01:00
scripts feat(ui): add git version info display in header 2025-10-25 23:52:04 +02:00
static docs: replace 'Documentor' with 'Technical Writer' terminology 2025-11-07 15:57:14 +01:00
.dockerignore fix: ensure package-lock.json is included in Docker build context 2025-10-23 17:15:14 +02:00
.env.versions feat(ci): add Docker build pipeline with version management 2025-10-23 17:04:28 +02:00
.gitignore feat(ui): add git version info display in header 2025-10-25 23:52:04 +02:00
.gitmodules chore(documentation-base): Initial commit with Hugo devcontainer and RELEARN theme installed - just open the devconatiner and start editing! 2024-07-30 11:12:09 +02:00
.htmltest.yml feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
.htmlvalidate.json feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
.markdownlint.json refactor(docs): migrate existing content to v1 legacy structure 2025-10-23 14:54:08 +02:00
.markdownlintignore feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
config.yaml chore(hugo-theme): moved to docsy. Started from https://github.com/google/docsy-example and ported all ipceicis content to there. removed all docsy example stuff 2024-08-05 11:56:38 +02:00
devbox.json feat(ci): add Docker build pipeline with version management 2025-10-23 17:04:28 +02:00
devbox.lock chore(devbox): update lock file with pinned dependency versions 2025-10-24 13:10:54 +02:00
Dockerfile fix: use TARGETARCH for multi-platform Docker builds 2025-10-23 17:26:19 +02:00
edgeconnectdeployment.yaml feat(edge): Added Edge Deployment functionality 2025-10-24 10:22:10 +02:00
go.mod chore(deps): update Hugo to v0.151.0 and Docsy to v0.12.0 2025-10-23 14:02:22 +02:00
go.sum chore(deps): update Hugo to v0.151.0 and Docsy to v0.12.0 2025-10-23 14:02:22 +02:00
hugo.toml feat(search): enable offline search with Lunr.js 2025-10-25 23:56:45 +02:00
k8s-deployment.yaml feat(edge): Added Edge Deployment functionality 2025-10-24 10:22:10 +02:00
package-lock.json chore() 2025-11-12 00:33:03 +01:00
package.json chore() 2025-11-12 00:33:03 +01:00
README.md feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
Taskfile.yml feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00

EDP - Edge Developer Platform

Documentation for the edgeDeveloperFramework (eDF) project and the resulting Edge Developer Platform (EDP) product suite.

Quick Start

# Install dependencies
task deps

# Start local development server
task serve

# Run tests
task test

# Build production site
task build

Documentation

Project

This is a Hugo-based documentation site for the Edge Developer Platform, built as part of the IPCEI-CIS project.

Website: Access the documentation at the deployed URL or run locally with task serve

For detailed information, see the documentation in the doc/ folder.