eDF documentation-as-code repository. Also 'website' as based on Hugo it is rendered statically. https://docs.edp.buildth.ing/
Find a file
2024-08-23 12:30:21 +02:00
.devcontainer chore(hugo-them): adjusted README 2024-08-05 10:01:01 +00:00
assets/scss 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
content/en doc(blog-architecture): WiP - some links about platform generics 2024-08-23 12:30:21 +02:00
layouts 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
resources/_gen 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
.gitignore chore(hugo): renderer folder removed 2024-07-30 16:26:55 +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
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
go.mod 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
go.sum 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
hugo.toml 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
README.md chore(hugo-them): adjusted README 2024-08-05 10:01:01 +00:00

IPCEICIS-DeveloperFramework Documentation

This repo contains business and architectural design and documentation of the DeveloperFramework subproject of IPCEI-CIS.

How to read and contribute to this documentation locally

The documentation is done in Hugo-format.

The repo contains a Hugo .devcontainer-defintion so that you just have to run locally an IDE which is devcontainer aware, e.g. Visual Studio code.

Installation

To get a locally running documentation editing and presentation environment, follow these steps:

  1. open a terminal on your local box
  2. Set REPO=ipceicis-developerframework
  3. Clone this repo: git clone --recurse-submodules https://bitbucket.telekom-mms.com/scm/ipceicis/${REPO}.git
  4. Change to the repo working dir: cd ${REPO}
  5. Open the repo in an Devcontainer-aware tool/IDE (e.g. code .)
  6. Start the devcontainer (in VSC it's F1 + Reopen in Devcontainer)
  7. When the container is up & running just open your browser with http://localhost:1313/

Editing

Documentation language

The documentation is done in Relearn-Syntax.

So for editing content just goto the content-folder and edit content arrording to the documentation language spec

Commiting

After having finished a unit of work commit and push.

Installation steps illustrated

When you run the above installation, the outputs could typically look like this:

Steps 1-5 in the terminal

terminal

Steps 5 and 6 in Visual Studio Code

vsc-f1

vsc-hugo

Steps 7 in a web browser

browser