-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add documentation project #61
Conversation
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.
This is a supremely great start! Thank you Ian. I'll see if I can fit my docs in here too.
Please let me know what else you add/change when this is no longer a draft if not obvious via the GH ui. @ian-r-rose |
Thanks! I just had it as a draft until #57 was merged. Now that it's in, this PR should be easier to review, since the changes in it are only documentation-related. |
@@ -20,7 +22,7 @@ The process for GitHub-based development is: | |||
1. In general, the author of a PR should not approve and merge their own pull request. | |||
1. Delete your feature branch, it's in `main` now. | |||
|
|||
## Authoring a pull request | |||
## Considerations when authoring a pull request | |||
|
|||
#### Have Empathy |
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.
:')
small punctuation and sentence flow edits
small stylistic and punctuations edits
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.
This was an excellent read! I learned so much
changed position of "analytics engineering" to practice and position of "analytics engineering"
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.
Looks great, thanks Ian!
Fixes #58. Depends on #57. See the built version here.
This uses mkdocs-material as a lightweight static site generator. We could also use sphinx, mdbook, docasaurus, etc for this, but mkdocs was exceedingly simple to set up.
Follow-ups would include adding dbt docs to this (which depends on #46)