diff --git a/docs/img/favicon.ico b/docs/img/favicon.ico index 2cb7f9d9710124cd8eb447960fcc4710854b37a2..3f1a6d0b085b289ede1fb0078657388f168c2214 100644 Binary files a/docs/img/favicon.ico and b/docs/img/favicon.ico differ diff --git a/docs/img/nmaas_blue_gr.png b/docs/img/nmaas_blue_gr.png new file mode 100644 index 0000000000000000000000000000000000000000..2790aa3f466f627706c59bdf8ecb8ad0e1f6499b Binary files /dev/null and b/docs/img/nmaas_blue_gr.png differ diff --git a/docs/img/nmaas_white.png b/docs/img/nmaas_white.png new file mode 100644 index 0000000000000000000000000000000000000000..2192d14b1552bfa701b2bde3dfc983568039276e Binary files /dev/null and b/docs/img/nmaas_white.png differ diff --git a/docs/img/nmaas_white_text.png b/docs/img/nmaas_white_text.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2eb6d91986afee91f45d17c29304a0e96fe940 Binary files /dev/null and b/docs/img/nmaas_white_text.png differ diff --git a/docs/index.md b/docs/index.md index 66eb3c84153692774751bffc26944e001d34e28b..854c71c74c7398d9b1fc342d9c2ec976c9e4aa10 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# **nmaas** home +# **nmaas** Home nmaas or nmaas Platform is an open-source orchestration software that allows deployment of various containerized applications in a Kubernetes cluster. It is a versatile solution with many possible use-cases, two of which are currently actively supported in the context of the GÉANT project: @@ -15,8 +15,8 @@ nmaas Virtual Lab is a brand new use-case built on top of the nmaas Platform, in The nmaas team offers access to multiple managed instances, depending on the use-case and overall context: -- [The nmaas Virtual NOC production instance](managed-nmaas/introduction/#the-virtual-noc-managed-instance) available on [https://nmaas.eu](https://nmaas.eu) -- [The nmaas Virtual Lab pilots instance](managed-nmaas/introduction/#the-virtual-lab-managed-instance) available on [https://vlab.dev.nmaas.eu](https://vlab.dev.nmaas.eu). +- [The nmaas Virtual NOC production instance](managed-nmaas/introduction.md/#the-virtual-noc-managed-instance) available on [https://nmaas.eu](https://nmaas.eu) +- [The nmaas Virtual Lab pilots instance](managed-nmaas/introduction.md/#the-virtual-lab-managed-instance) available on [https://vlab.dev.nmaas.eu](https://vlab.dev.nmaas.eu). - [The generic Playground instance](managed-nmaas/nmaas-playground-instance.md) for testing out the overall feature set of nmaas. ## Self-hosted nmaas diff --git a/mkdocs.yml b/mkdocs.yml index 470f1003e3b423cfe43ecd6e720dce936049c74a..52ad9189b4f83668b5ea1897bbac0d965a6b6492 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,7 +80,7 @@ nav: - About: about.md theme: - logo: 'img/nmaas-new.jpg' + logo: 'img/nmaas_white_text.png' custom_dir: docs/overrides favicon: 'img/favicon.ico' name: 'material'