Skip to content

mchiappero/suse-edge.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUSE Edge website

The latest version of our docs can be found at https://suse-edge.github.io/id-suse-edge-documentation.html

How to test/build locally

If you are contributing to our documentation, you can locally render the content using one of these methods.

With docker/podman:

podman run -it --rm -v $PWD/:/docs/ registry.opensuse.org/home/atgracey/cnbp/containers/builder:latest bash -c 'cd /docs/asciidoc; daps -d DC-edge html'

cd asciidoc/build/edge/html/edge; python -m http.server

With Pack:

pack build edge-docs --path asciidoc --builder registry.opensuse.org/home/atgracey/cnbp/containers/builder:latest -e BP_DC_FILE=DC-edge

podman run -d -p 8080:8080 edge-docs

With Epinio:

epinio push -n docs --builder-image registry.opensuse.org/home/atgracey/cnbp/containers/builder:latest -e BP_DC_FILE=DC-edge

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%