diff --git a/docs/concepts/images/osism-manager.drawio.svg b/docs/concepts/images/osism-manager.drawio.svg index 60b8b464b7..6335c2ae29 100644 --- a/docs/concepts/images/osism-manager.drawio.svg +++ b/docs/concepts/images/osism-manager.drawio.svg @@ -1,4 +1,4 @@ -OSISM-Managerkolla-ansiblegithub.com/osism/container-image-kolla-ansiblemanager-redisceph-ansiblegithub.com/osism/container-image-ceph-ansibleosism-kubernetesgithub.com/osism/osism-kubernetesosism-ansiblegithub.com/osism/container-image-osism-ansibleosismclientgithub.com/osism/python-osismkolla-ansible job queueceph-ansible job queueosism-kubernetes job queueosism-ansible job queueansible facts cacheansibleceleryansibleceleryansibleceleryansibleceleryplaybooksruntime dependenciesplaybooksruntime dependenciesplaybooksruntime dependenciesplaybooksruntime dependencies/opt/configuration:/opt/configuration:ro \ No newline at end of file +OSISM-Managerkolla-ansiblegithub.com/osism/container-image-kolla-ansiblemanager-redisceph-ansiblegithub.com/osism/container-image-ceph-ansibleosism-kubernetesgithub.com/osism/osism-kubernetesosism-ansiblegithub.com/osism/container-image-osism-ansibleosismclientgithub.com/osism/python-osismkolla-ansible job queueceph-ansible job queueosism-kubernetes job queueosism-ansible job queueansible facts cacheansibleceleryansibleceleryansibleceleryansibleceleryplaybooksruntime dependenciesplaybooksruntime dependenciesplaybooksruntime dependenciesplaybooksruntime dependencies/opt/configuration:/opt/configuration:ro \ No newline at end of file diff --git a/docs/concepts/images/overview.drawio.svg b/docs/concepts/images/overview.drawio.svg index e72fc21df6..20e3559372 100644 --- a/docs/concepts/images/overview.drawio.svg +++ b/docs/concepts/images/overview.drawio.svg @@ -1,4 +1,4 @@ -Compute ResourcesCompute ResourcesStorage ResourcesStorage ResourcesNetwork ResourcesNetwork ResourcesOpenStackOpenStackCephCephSONiC + OVN/OVSSONiC + OVN/OVSSoftware Defined ComputeSoftware Defined ComputeSoftware Defined StorageSoftware Defined StorageSoftware Defined NetworkingSoftware Defined NetworkingKubernetes as a ServiceKubernetes as a ServiceKubernetesKubernetesCloud Native WorkloadCloud Native WorkloadYour Data CenterYour Data CenterSoftware Defined InfrastructureSoftware Defined Infrastructure \ No newline at end of file +Compute ResourcesStorage ResourcesNetwork ResourcesOpenStackCephSONiC + OVN/OVSSoftware Defined ComputeSoftware Defined StorageSoftware Defined NetworkingKubernetes as a ServiceKubernetesCloud Native WorkloadYour Data CenterSoftware Defined Infrastructure \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 98d5e38ad8..454d9d0869 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,6 +64,7 @@ const config = { ], plugins: [ + 'docusaurus-plugin-image-zoom', [ '@docusaurus/plugin-client-redirects', { @@ -90,22 +91,24 @@ const config = { ({ // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', + zoom: { + selector: '.markdown img', + background: { + light: 'rgb(250, 249, 245)', + dark: 'rgb(38, 38, 36)', + }, + config: { + margin: 90, + }, + }, navbar: { title: 'OSISM', - // logo: { - // alt: 'OSISM Logo', - // src: 'img/logo.svg', - // href: 'https://osism.tech/docs', - // }, - items: [], - // items: [ - // { - // type: 'docSidebar', - // sidebarId: 'tutorialSidebar', - // position: 'left', - // label: 'Documentation', - // }, - // ], + logo: { + alt: 'OSISM Logo', + src: 'img/logo.svg', + href: 'https://osism.tech/docs', + style: {display: 'none'}, + }, }, footer: { style: 'dark',