diff options
author | Pjotr Prins | 2023-08-27 17:52:35 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-27 17:52:35 +0200 |
commit | 0720d433de118f9bd4ca73e1e4a07eb287152e87 (patch) | |
tree | 55e8ed61f59761e2bfd3e7416b99a03e12a1e3f8 /doc | |
parent | 2a8ae48a36cc88105c9a4c056132c9a47e2f120a (diff) | |
download | gn-guile-0720d433de118f9bd4ca73e1e4a07eb287152e87.tar.gz |
Started on branding
Diffstat (limited to 'doc')
-rw-r--r-- | doc/branding.md | 3 | ||||
-rw-r--r-- | doc/gn-guile.md | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/branding.md b/doc/branding.md new file mode 100644 index 0000000..416a08b --- /dev/null +++ b/doc/branding.md @@ -0,0 +1,3 @@ +# Branding for GeneNetwork + +GN Guile provides a branding mechanism for GN. diff --git a/doc/gn-guile.md b/doc/gn-guile.md new file mode 100644 index 0000000..7a86c13 --- /dev/null +++ b/doc/gn-guile.md @@ -0,0 +1,7 @@ +# GN Guile Documentation + +The GeneNetwork Guile web server serves an exploratory REST API as well as HTML using [htmx](https://htmx.org/) components that are served and used. + +Topics are: + +* [Branding GN](./branding.md) |