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-Manager
kolla-ansible
github.com/osism/container-image-kolla-ansible
manager-redis
ceph-ansible
github.com/osism/container-image-ceph-ansible
osism-kubernetes
github.com/osism/osism-kubernetes
osism-ansible
github.com/osism/container-image-osism-ansible
osismclient
github.com/osism/python-osism
kolla-ansible job queue
ceph-ansible job queue
osism-kubernetes job queue
osism-ansible job queue
ansible facts cache
ansible
celery
ansible
celery
ansible
celery
ansible
celery
playbooks
runtime dependencies
playbooks
runtime dependencies
playbooks
runtime dependencies
playbooks
runtime dependencies
/opt/configuration:/opt/configuration:ro
\ No newline at end of file +
OSISM-Manager
kolla-ansible
github.com/osism/container-image-kolla-ansible
manager-redis
ceph-ansible
github.com/osism/container-image-ceph-ansible
osism-kubernetes
github.com/osism/osism-kubernetes
osism-ansible
github.com/osism/container-image-osism-ansible
osismclient
github.com/osism/python-osism
kolla-ansible job queue
ceph-ansible job queue
osism-kubernetes job queue
osism-ansible job queue
ansible facts cache
ansible
celery
ansible
celery
ansible
celery
ansible
celery
playbooks
runtime dependencies
playbooks
runtime dependencies
playbooks
runtime dependencies
playbooks
runtime 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 Resources
Compute Resources
Storage Resources
Storage Resources
Network Resources
Network Resources
OpenStack
OpenStack
Ceph
Ceph
SONiC + OVN/OVS
SONiC + OVN/OVS
Software Defined Compute
Software Defined Compute
Software Defined Storage
Software Defined Storage
Software Defined Networking
Software Defined Networking
Kubernetes as a Service
Kubernetes as a Service
Kubernetes
Kubernetes
Cloud Native Workload
Cloud Native Workload
Your Data Center
Your Data Center
Software Defined Infrastructure
Software Defined Infrastructure
\ No newline at end of file +
Compute Resources
Storage Resources
Network Resources
OpenStack
Ceph
SONiC + OVN/OVS
Software Defined Compute
Software Defined Storage
Software Defined Networking
Kubernetes as a Service
Kubernetes
Cloud Native Workload
Your Data Center
Software 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',