Skip to content

Commit

Permalink
Move the blog out of versioned docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 12, 2023
1 parent 170ba15 commit e438820
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 33 deletions.
11 changes: 1 addition & 10 deletions docs/config/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ nav:
- Examples:
- Weak tope disjunction elimination: examples/recId.rzk.md
- Playground: playground/index.html
- Blog:
- blog/index.md
- Blog: blog/index.html

theme:
language: en
Expand All @@ -67,14 +66,6 @@ theme:
name: "Switch to light mode"

plugins:
- blog
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
# - tags
- social
- mike:
deploy_prefix: 'en/'
Expand Down
1 change: 1 addition & 0 deletions docs/config/ru/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ nav:
- Примеры:
- Слабое устранение объединений форм: examples/recId.rzk.md
- Песочница: playground/index.html
- Блог (англ.): blog/index.html

theme:
language: ru
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/en/blog/.authors.yml

This file was deleted.

16 changes: 16 additions & 0 deletions docs/docs/en/blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../../blog/" />
</noscript>
<script>
window.location.replace("../../blog/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../../blog/">Blog/</a>...
</body>
</html>
1 change: 0 additions & 1 deletion docs/docs/en/blog/index.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/docs/en/blog/posts/2023-12-10-we-have-a-blog-now.md

This file was deleted.

16 changes: 16 additions & 0 deletions docs/docs/ru/blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../../../en/blog/" />
</noscript>
<script>
window.location.replace("../../../en/blog/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../../../en/blog/">Blog/</a>...
</body>
</html>

0 comments on commit e438820

Please sign in to comment.