From f377a1f36535161f9ad01f014043336ba5f06fa2 Mon Sep 17 00:00:00 2001 From: Andre601 Date: Mon, 16 Mar 2026 23:11:10 +0100 Subject: [PATCH 1/3] Add 'Who We Are' Page --- docs/about/who-we-are.md | 24 ++++++++++++++++++++++++ docs/index.md | 2 +- properdocs.yml | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/about/who-we-are.md diff --git a/docs/about/who-we-are.md b/docs/about/who-we-are.md new file mode 100644 index 00000000..6deabcec --- /dev/null +++ b/docs/about/who-we-are.md @@ -0,0 +1,24 @@ +# Who We Are + +ProperDocs is a group of people who have the goal of maintaining the Legacy of +the original MkDocs project. + +## Our History + +The project and Organisation was created in March of 2026 when it became clear +to many that the original MkDocs 1.x would not receive any important fixes and +updates. +Instead a focus on a "version 2" was put, which would break pre-existing +ecosystems using any MkDocs Plugins and original themes. +Given these circumstances, the mkdocs-community Organisation was created and +later renamed to ProperDocs. + +## Our Goals + +The Goal of ProperDocs is to preserve MkDocs 1.x and its feature set, allowing +you to keep using your themes and plugins without any fear of them breaking in +the future. + +While the current focus is primarily on bugfixes rather than big features, we +always welcome contributions made by the Community. +For further info, read the [Contributing](contributing.md) page for more details. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index de0b1654..ecca23fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ configuration file. Start by reading the [introductory tutorial], then check the [User Guide]: user-guide/README.md
-Getting Started +Getting Started User Guide
diff --git a/properdocs.yml b/properdocs.yml index bd457197..ef611e2b 100644 --- a/properdocs.yml +++ b/properdocs.yml @@ -26,6 +26,7 @@ nav: - Release Notes: about/release-notes.md - Contributing: about/contributing.md - License: about/license.md + - Who We Are: about/who-we-are.md extra_css: - css/extra.css From 9ab948ca28248e31192154b9bd5c37d2631bf517 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:30:28 +0100 Subject: [PATCH 2/3] Update docs/about/who-we-are.md Co-authored-by: Oleh Prypin --- docs/about/who-we-are.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/who-we-are.md b/docs/about/who-we-are.md index 6deabcec..aeb96755 100644 --- a/docs/about/who-we-are.md +++ b/docs/about/who-we-are.md @@ -21,4 +21,4 @@ the future. While the current focus is primarily on bugfixes rather than big features, we always welcome contributions made by the Community. -For further info, read the [Contributing](contributing.md) page for more details. \ No newline at end of file +For further info, read the [Contributing](contributing.md) page for more details. From ff13f022076d77f38ea81c0c5e40e0526ddeca72 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:31:01 +0100 Subject: [PATCH 3/3] Update docs/index.md Co-authored-by: Oleh Prypin --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ecca23fb..de0b1654 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ configuration file. Start by reading the [introductory tutorial], then check the [User Guide]: user-guide/README.md