eDF documentation-as-code repository. Also 'website' as based on Hugo it is rendered statically. https://docs.edp.buildth.ing/
Find a file
Martin McCaffery b0e22fc42e
Some checks failed
Hugo Site Tests / test (push) Failing after 1s
ci / build (push) Successful in 55s
feat(deployment): add ArgoCD deployment stack
2025-12-17 16:45:49 +01:00
.claude introduced runner orchestration doc 2025-12-02 09:15:05 +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 docs(structure): some refactoring 2025-11-17 10:57:36 +01:00
argocd-stack feat(deployment): add ArgoCD deployment stack 2025-12-17 16:45:49 +01:00
assets fix: Improve text visibility on homepage sections 2025-11-07 14:56:32 +01:00
content/en feat(project_level_issues): Summarise issues work and why it was discontinued 2025-12-17 13:56:29 +01:00
doc feat(provider): Complete first draft of provider docs with diagram 2025-12-04 13:24:53 +01:00
layouts feat(docs): add comprehensive documentation platform architecture and guides 2025-11-07 11:50:58 +01:00
resources chore(resources): updated node modules 2025-12-16 12:13:34 +01:00
scripts feat(ui): add git version info display in header 2025-10-25 23:52:04 +02:00
static chore(resources): updated node modules 2025-12-16 12:13:34 +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
.envrc.example chore: Added nix flake 2025-11-19 17:10:27 +01:00
.gitignore chore: Added nix flake 2025-11-19 17:10:27 +01: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
flake.lock chore: Added nix flake 2025-11-19 17:10:27 +01:00
flake.nix chore: Added nix flake 2025-11-19 17:10:27 +01:00
go.mod docs(forgejo): 💄Updated docs and added diagrams 2025-11-19 16:50:06 +01:00
go.sum docs(forgejo): 💄Updated docs and added diagrams 2025-11-19 16:50:06 +01:00
hugo.toml docs(forgejo): 💄Updated docs and added diagrams 2025-11-19 16:50:06 +01:00
k8s-deployment.yaml feat(edge): Added Edge Deployment functionality 2025-10-24 10:22:10 +02:00
package-lock.json chore(resources): updated node modules 2025-12-16 12:13:34 +01:00
package.json chore() 2025-11-12 00:33:03 +01:00
postcss.config.js fix(build): Added postcss config pointing to local plugins 2025-11-19 17:10:27 +01:00
README.md feat(docs): restructure documentation with new framework and templates 2025-11-16 13:32:10 +01:00
Taskfile.yml disable local server cache to prevent likec4 file caching 2025-12-03 10:29:45 +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.