|
1 | 1 | # ProperDocs |
2 | 2 |
|
3 | | -[![PyPI Version][pypi-v-image]][pypi-v-link] |
4 | | -[![Build Status][GHAction-image]][GHAction-link] |
| 3 | +[](https://pypi.org/project/properdocs/) |
| 4 | +[](https://github.com/properdocs/properdocs/actions/workflows/ci.yml) |
5 | 5 |
|
6 | | -ProperDocs is a static site generator intended for project documentation. Source files are written in Markdown and converted to static HTML during the build process. |
| 6 | +## Background |
7 | 7 |
|
8 | | -Project configuration is defined in a YAML configuration file (`properdocs.yml`). This file specifies the documentation structure, theme configuration, and optional plugin settings. |
| 8 | +ProperDocs is a fork of [MkDocs](https://github.com/mkdocs/mkdocs/), aiming to be a complete drop-in replacement for it. We do not intend to make any breaking changes, but rather focus on bug fixes and incremental features. The fork was necessary because development of the original MkDocs project was abandoned. |
9 | 9 |
|
10 | | -ProperDocs supports extension through plugins, themes and Markdown extensions. |
| 10 | +[**Please see our statement about forking MkDocs and how to migrate to ProperDocs**](https://github.com/orgs/ProperDocs/discussions/33). |
11 | 11 |
|
12 | | -For usage instructions and examples, see the Documentation. |
| 12 | +New users can get started using the [**documentation**](https://properdocs.org). |
13 | 13 |
|
14 | | ---- |
| 14 | +## Description |
15 | 15 |
|
16 | | -## Features |
| 16 | +ProperDocs is a static site generator intended for project documentation. Source files are written in Markdown and converted to static HTML during the build process. This can then be deployed to any basic webserver (most commonly, [GitHub Pages](pages.github.com)). |
17 | 17 |
|
18 | | -Current functionality includes: |
| 18 | +Project configuration is defined in a YAML configuration file ([`properdocs.yml`](https://properdocs.org/user-guide/configuration/)). This file specifies the documentation structure, theme configuration, and optional plugin settings. |
19 | 19 |
|
20 | | -- Conversion of Markdown source files into static HTML pages |
21 | | -- YAML-based configuration |
22 | | -- Plugin system for extending functionality |
23 | | -- Support for Markdown extensions |
24 | | -- Support for third-party themes |
25 | | -- Static output suitable for deployment on standard web servers |
| 20 | +ProperDocs is extensible through plugins, themes and Python-Markdown extensions. You can browse them in our [**catalog**](https://github.com/ProperDocs/catalog). |
26 | 21 |
|
27 | | -Additional functionality is available through plugins. |
| 22 | +[Our own **documentation**](https://properdocs.org/) uses ProperDocs. Examples and instructions on how to get started can be found there. |
28 | 23 |
|
29 | | ---- |
| 24 | +If you're coming from MkDocs, check our [message welcoming MkDocs users](https://github.com/orgs/ProperDocs/discussions/33). |
30 | 25 |
|
31 | | -## Support |
| 26 | +## Support and discussions |
32 | 27 |
|
33 | | -If you encounter problems while using ProperDocs, the following resources are available: |
| 28 | +If you need help, do not hesitate to get in contact with the community! |
34 | 29 |
|
35 | | -- For questions and high-level discussions, use **[Discussions]** on GitHub. |
36 | | - - For small questions, a good alternative is the **[Discord server]**. |
37 | | -- To report a bug or make a feature request, open an **[Issue]** on GitHub. |
| 30 | +* To report a **bug** or make a **feature request** about **core ProperDocs functionality**, open an [**Issue**](https://github.com/ProperDocs/properdocs/issues/) on GitHub. |
38 | 31 |
|
39 | | -Support is generally limited to **core ProperDocs functionality**. Issues related to third-party themes, plugins or extensions should normally be reported to the maintainers of those projects. |
| 32 | +* For **questions** and high-level **discussions**, use [**Discussions**](https://github.com/ProperDocs/properdocs/discussions/) on GitHub. |
40 | 33 |
|
41 | | -Questions about such components may still be discussed in chat. |
| 34 | + Note that typically we will not be familiar with *features* of third-party plugins, so questions about them should probably go to their specific repository. |
| 35 | + But we definitely want to hear in case there are any compatibility problems versus MkDocs. |
42 | 36 |
|
43 | | ---- |
44 | | - |
45 | | -## Links |
46 | | - |
47 | | -- [Official Documentation][properdocs] |
48 | | -- [Latest Release Notes][release-notes] |
49 | | -- [Catalog of third-party plugins, themes and recipes][catalog] |
50 | | - |
51 | | ---- |
| 37 | +* For **small questions of any kind**, a good option is the **[Discord server](https://discord.gg/CwYAgEPHZd)**. |
52 | 38 |
|
53 | 39 | ## Contributing |
54 | 40 |
|
55 | | -Contributions are welcome. |
56 | | - |
57 | | -For development setup, coding guidelines and contribution workflow, see the **[Contributing Guide]**. |
58 | | - |
59 | | ---- |
| 41 | +We welcome contributions from the community. |
| 42 | +Details are described in the [**Contributing Guide**](https://properdocs.org/about/contributing/) - including the development setup, coding guidelines and contribution workflow. |
60 | 43 |
|
61 | 44 | ## Code of Conduct |
62 | 45 |
|
63 | | -All participants in the ProperDocs project are expected to follow the **[PSF Code of Conduct]**. |
64 | | - |
65 | | ---- |
| 46 | +All participants in the ProperDocs project are expected to follow the [**PSF Code of Conduct**](https://www.python.org/psf/conduct/). |
66 | 47 |
|
67 | 48 | ## License |
68 | 49 |
|
69 | 50 | ProperDocs is distributed under the [**BSD-2-Clause license**](LICENSE). |
70 | | - |
71 | | -<!-- Badges --> |
72 | | -[pypi-v-image]: https://img.shields.io/pypi/v/properdocs.svg |
73 | | -[pypi-v-link]: https://pypi.org/project/properdocs/ |
74 | | -[GHAction-image]: https://github.com/properdocs/properdocs/actions/workflows/ci.yml/badge.svg |
75 | | -[GHAction-link]: https://github.com/properdocs/properdocs/actions/workflows/ci.yml |
76 | | - |
77 | | -<!-- Links --> |
78 | | -[properdocs]: https://properdocs.org |
79 | | -[Issue]: https://github.com/properdocs/properdocs/issues |
80 | | -[Discussions]: https://github.com/properdocs/properdocs/discussions |
81 | | -[Discord server]: https://discord.gg/CwYAgEPHZd |
82 | | -[release-notes]: https://properdocs.org/about/release-notes/ |
83 | | -[Contributing Guide]: https://properdocs.org/about/contributing/ |
84 | | -[PSF Code of Conduct]: https://www.python.org/psf/conduct/ |
85 | | -[catalog]: https://github.com/properdocs/catalog |
0 commit comments