Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Make suggested modifications to mto docs theme common SA 5384 #126

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" %}