Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

redirect landing page to Elemental #20

Merged
merged 2 commits into from
Nov 14, 2022
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
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-redirects
- run: pip install mkdocs-markdownextradata-plugin
- run: mkdocs gh-deploy --force --strict
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project information
site_name: RancherOS v2 - Immutable Linux for Rancher
site_name: +++ this site is archived, please see https://rancher.github.io/elemental +++
site_url: https://rancher.github.io/os2

# Repository
Expand Down Expand Up @@ -33,6 +33,10 @@ extra:
plugins:
- search
- markdownextradata: {}
- redirects:
redirect_maps:
'index.md': 'https://rancher.github.io/elemental'


markdown_extensions:
- codehilite
Expand Down