diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-04 16:40:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-13 16:15:59 +0200 |
| commit | fdc3200ef4718eb98bd8a713f956222a9bf85ac9 (patch) | |
| tree | 4fa8e5998bd4ee59397b26222846c554b73abe4e /site/community/0-support.mdx | |
| parent | 8a94318aad4b4fa188ac49e887d564867a00111e (diff) | |
docs: Add initial version of Docusaurus based docs
This change updates the repository with a new Docusaurus-based
documentation website. This allows us to create our documentation using
Markdown, MDX and React. This will serve as the main entry point for
users visiting https://opendc.org. The actual OpenDC application will be
moved to https://app.opendc.org.
Diffstat (limited to 'site/community/0-support.mdx')
| -rw-r--r-- | site/community/0-support.mdx | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/site/community/0-support.mdx b/site/community/0-support.mdx new file mode 100644 index 00000000..a0a158bc --- /dev/null +++ b/site/community/0-support.mdx @@ -0,0 +1,39 @@ +# Support + +Need help? You can find out ways to talk to maintainers and community members below. + +<div className="container"> + <div className="row"> + <div className="col col--4"> + <h2>Browse the docs</h2> + <p>Find what you're looking for in our documentation and guides.</p> + <ul> + <li>Learn how to <a href="/docs/category/getting-started">get started</a> with OpenDC.</li> + <li>Follow the provided <a href="/docs/category/tutorials">tutorials</a>.</li> + <li>Look at the <a href="/docs/category/advanced-guides">advanced guides</a>.</li> + </ul> + </div> + <div className="col col--4"> + <h2>Join the community</h2> + <p>Ask questions and find answers from other OpenDC users.</p> + <ul> + <li>Report bugs and feature requests via <a href="https://github.com/atlarge-research/opendc/issues">GitHub Issues</a></li> + <li>Open a discussion on our <a href="https://github.com/atlarge-research/opendc/discussions">GitHub Discussions</a> page</li> + </ul> + </div> + <div className="col col--4"> + <h2>Stay up to date</h2> + <p>Find out what's new in OpenDC.</p> + <ul> + <li>Track the project on <a href="https://github.com/atlarge-research/opendc">GitHub</a>.</li> + <li>Follow AtLarge Research on <a href="https://twitter.com/LargeResearch">Twitter</a>.</li> + </ul> + </div> + </div> +</div> + +## Need to contact the maintainers? + +Opening an issue or discussion on GitHub is always preferred so other community members can also contribute to and +benefit from the answers. However, if you need (private) contact with the maintainers, you may contact us +at 📧[opendc@atlarge-research.com](mailto:opendc@atlarge-research.com). |
