Skip to content
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
24 changes: 24 additions & 0 deletions docs/about/who-we-are.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions properdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading