Skip to content

Commit

Permalink
Merge pull request #126 from stakater/task/make-suggested-modificatio…
Browse files Browse the repository at this point in the history
…ns-to-mto-docs-sa-5749

[Task]  Make suggested modifications to mto docs theme common SA 5384
  • Loading branch information
RSAK56 authored May 20, 2024
2 parents 4c6a57e + ab5d5bb commit 1be3dea
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 62 deletions.
87 changes: 37 additions & 50 deletions theme_override/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,74 +4,61 @@ site_url: https://docs.stakater.com/mto/
repo_url: https://github.com/stakater/mto-docs
edit_uri: blob/main/content/

markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
# disabling to bring toc back to right side in mto docs
# - attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: "#"
title: On this page
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
version:
provider: mike
default: latest

nav:
- index.md
- Installation:
- index.md
- Installation:
- installation/openshift.md
- Tutorials:
- Tutorials:
- Configuring Tenants:
- tutorials/tenant/create-tenant.md
- tutorials/tenant/create-sandbox.md
- tutorials/tenant/creating-namespaces.md
- tutorials/tenant/assigning-metadata.md
- tutorials/tenant/tenant-hibernation.md
- tutorials/tenant/deleting-tenant.md
- tutorials/tenant/create-tenant.md
- tutorials/tenant/create-sandbox.md
- tutorials/tenant/creating-namespaces.md
- tutorials/tenant/assigning-metadata.md
- tutorials/tenant/tenant-hibernation.md
- tutorials/tenant/deleting-tenant.md
- Interacting with Templates:
- tutorials/distributing-resources/copying-resources.md
- tutorials/distributing-resources/distributing-manifests.md
- How-to Guides:
- tutorials/distributing-resources/copying-resources.md
- tutorials/distributing-resources/distributing-manifests.md
- How-to Guides:
- RBAC:
- how-to-guides/custom-roles.md
- how-to-guides/extend-default-roles.md
- how-to-guides/custom-roles.md
- how-to-guides/extend-default-roles.md
- Resource Distribution:
- how-to-guides/configuring-multitenant-network-isolation.md
- how-to-guides/deploying-templates.md
- how-to-guides/resource-sync-by-tgi.md
- how-to-guides/distributing-secrets-using-sealed-secret-template.md
- how-to-guides/deploying-private-helm-charts.md
- how-to-guides/copying-resources.md
- how-to-guides/configuring-multitenant-network-isolation.md
- how-to-guides/deploying-templates.md
- how-to-guides/resource-sync-by-tgi.md
- how-to-guides/distributing-secrets-using-sealed-secret-template.md
- how-to-guides/deploying-private-helm-charts.md
- how-to-guides/copying-resources.md
- Console:
- how-to-guides/keycloak.md
- how-to-guides/custom-metrics.md
- how-to-guides/graph-visualization.md
- how-to-guides/keycloak.md
- how-to-guides/custom-metrics.md
- how-to-guides/graph-visualization.md
- Integrations:
- how-to-guides/enabling-multi-tenancy-argocd.md
- how-to-guides/enabling-multi-tenancy-vault.md
- how-to-guides/enabling-openshift-dev-workspace.md
- how-to-guides/mattermost.md
- how-to-guides/enabling-multi-tenancy-argocd.md
- how-to-guides/enabling-multi-tenancy-vault.md
- how-to-guides/enabling-openshift-dev-workspace.md
- how-to-guides/mattermost.md
- Offboarding:
- how-to-guides/offboarding/uninstalling.md
- Explanation:
- how-to-guides/offboarding/uninstalling.md
- Explanation:
- explanation/logs-metrics.md
- explanation/template.md
- explanation/console.md
- explanation/templated-metadata-values.md
- explanation/multi-tenancy-vault.md
- CRDs API Reference:
- CRDs API Reference:
- crds-api-reference/integration-config.md
- crds-api-reference/quota.md
- crds-api-reference/tenant.md
- crds-api-reference/template.md
- crds-api-reference/template-instance.md
- crds-api-reference/template-group-instance.md
- changelog.md
- eula.md
- troubleshooting.md
- changelog.md
- eula.md
- troubleshooting.md
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions theme_override/resources/main.html
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{% extends "base.html" %}

{% block footer %}
<p>Copyright &copy; 2024 Stakater AB – <a href="#__consent">Change cookie settings</a></p>
{% endblock %}

{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
{% extends "base.html" %}

0 comments on commit 1be3dea

Please sign in to comment.