-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update guidance and tooling for documentation #1431
Update guidance and tooling for documentation #1431
Conversation
This commit adds a README file to the /site subfolder instructing a reader on how to build and contribute to the documentation. It introduces the tooling, explains the Makefile, then details the conventions around Hugo and Markdown usage.
Pushed a second commit to address the linting issues. I think attention should be drawn to the subfolder README somewhere in the CONTRIBUTING file in the base of the repo but it's unclear where. Maybe appending the /site/ folder for docs underneath "Project Structure", and the README under "Development Guide"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ADubhlaoich do we still need this developer doc for documentation?
This commit incorporates some feedback to the README file while also updating the Makefile to follow suit. There were some options listed that didn't actually exist and others that weren't listed.
Incorporated the feedback from the PR thus far, which is also reflected with changes to the Makefile itself. I have one more pass to make to merge the existing documentation README's contents into this one, at which point it should be reviewed again. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@kate-osborn Any amendments? There's been other approvals. |
These changes add a README file to the site subfolder instructing a reader on how to build and contribute to the documentation. It removes a similar README from the developer documentation folder while incorporating a number of improvements. With this commit there are also changes to the Makefile, with the aim of clarifying the intent and usage of certain commands. Finally, the new README references and is referenced by the general CONTRIBUTION guidelines to reflect the standardised processes and reinforce our "Docs like Code" approach. Co-authored-by: Saylor Berman <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Proposed changes
This commit adds a README file to the /site subfolder instructing a reader on how to build and contribute to the documentation. It introduces the tooling, explains the Makefile, then details the conventions around Hugo and Markdown usage.
Addresses #1430 .
Checklist
Before creating a PR, run through this checklist and mark each as complete.