eDF documentation-as-code repository. Also 'website' as based on Hugo it is rendered statically.
Find a file
2025-11-17 14:13:56 +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
assets fix: Improve text visibility on homepage sections 2025-11-07 14:56:32 +01:00
content/en docs(product-structure): added more devenvironments 2025-11-17 14:13:56 +01:00
doc feat(tasks): add test:hugo task for Hugo-only testing 2025-11-16 13:48:12 +01:00
layouts feat(docs): add comprehensive documentation platform architecture and guides 2025-11-07 11:50:58 +01:00
resources docs(product-structure): added more devenvironments 2025-11-17 14:13:56 +01:00
scripts feat(ui): add git version info display in header 2025-10-25 23:52:04 +02:00
static feat(doc-structure): documentation structure ready for team development or writing resp. 2025-11-16 23:10:11 +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(tasks): add test:hugo task for Hugo-only testing 2025-11-16 13:48:12 +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.