-
Notifications
You must be signed in to change notification settings - Fork 80
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
Implemented individual overview functionality. #129
Changes from 10 commits
3460894
6e4cce4
1f05528
065e72b
a415aec
8367859
b2999b6
824bf20
a39677c
0950972
73b3bf6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,21 @@ This [dbt](https://www.getdbt.com/) project is for demonstrations and tutorials. | |
The source code can be found [here](https://github.com/clrcrl/jaffle_shop). | ||
|
||
{% enddocs %} | ||
|
||
{% docs __jaffle_shop__ %} | ||
## Jaffle_shop Project level overview example | ||
This [dbt](https://www.getdbt.com/) project may have only one project (`jaffle_shop`) currently. | ||
However there may be other projects included in your own projects. | ||
|
||
You can assign a unique overview for each project by adding a docs block in an .md file of your project | ||
<<<<<<< HEAD | ||
and giving it a name with the following convention { \__project_name__ } | ||
{% enddocs %} | ||
|
||
{% docs __dbt_utils__ %} | ||
## DBT_UTILS package overview | ||
This [dbt package](https://docs.getdbt.com/docs/building-a-dbt-project/package-management) is a collection of tools to help with common tasks. | ||
======= | ||
and giving it a name with the following convention __<project_name>__. | ||
>>>>>>> parent of b2999b6... Added overview block for dbt_utils, and generated new docs from ci_project(replaced existing in data/) | ||
{% enddocs %} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jtcohen6 Thanks for the suggestion I added a block for dbt_utils. I also generated docs in the ci-project and replaced the data/ files with them. I also signed the CLA. Please let me know if I did anything incorrectly with the data/ artifacts. |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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.
Tiny thing: looks like there are a few git vestiges from merging
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.
Ah my bad, next commit should fix.