You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository for the AboutCode public website. It is based on Docusaurus.
2
+
3
+
## Overview
4
+
This is the repository for the AboutCode public website. It is based on [Docusaurus](https://docusaurus.io/docs).
3
5
This website is currently in Alpha-pilot state with a primary focus on content over format.
4
6
- Please do not submit pull requests unless you find an issue labelled as "good first issue".
5
7
- If you do submit a pull request:
@@ -8,3 +10,91 @@ This website is currently in Alpha-pilot state with a primary focus on content o
8
10
- Do not add new dependencies with your PR.
9
11
10
12
The current draft website is available at: https://aboutcode-org.github.io/www.aboutcode.org/.
13
+
14
+
## Simplified website structure
15
+
16
+
We value contributions from members of the community. You can always suggest a new feature or a change to some existing element of the website by opening an issue and, if you're ready, a PR.
17
+
18
+
In addition, the .md files that make up a majority of the website pages have an "Edit this page" link through which you can use the GitHub UI to add a commit or create a new branch and PR. We've also added a similar edit link to the blog post .md files.
19
+
20
+
Several elements of the website -- including the navbar, the footer, the sidebars, the landing page, and the blog's authors.yml and tags.yml files -- are not directly editable but are ideal candidates for changes proposed through a new issue/PR.
0 commit comments