-
Notifications
You must be signed in to change notification settings - Fork 7
Test acceleration docs v2 #327
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
base: main
Are you sure you want to change the base?
Changes from all commits
dd6df09
f50cb41
6d3cd52
9d3bf5f
d1833ff
259dd1d
c64fad6
ea84144
8c75636
7e60f2f
0b96a12
f807883
66faa53
996fe43
978b6bd
9762e46
17a6eba
8cb4375
4546006
d2f1fee
2748efe
d87b463
7d6f45d
355fdcf
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| docs.yourbase.io | ||
| prichhazed.github.io | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,8 +25,8 @@ email: hi@yourbase.io | |
| # line in _config.yml. It will appear in your document head meta (for | ||
| # Google search results) and in your feed.xml site description. | ||
| baseurl: "" # the subpath of your site, e.g. /blog | ||
| url: https://docs.yourbase.io | ||
| domain: docs.yourbase.io | ||
| url: https://prichhazed.github.io/yb | ||
|
Contributor
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. this should not be changed in prod
Author
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. done |
||
| domain: prichhazed.github.io | ||
|
Contributor
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. this should not be changed in prod
Author
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. done. |
||
| twitter_username: YourBaseIO | ||
| github_username: yourbase | ||
| matomo_url: https://web-analytics.yourbase.io/ | ||
|
|
@@ -36,6 +36,13 @@ logo: "/images/logo.png" | |
| remote_theme: pmarsceill/just-the-docs | ||
| color_scheme: yourbase | ||
|
|
||
| # Footer content | ||
| # appears at the bottom of every page's main content | ||
|
|
||
| # Back to top link | ||
| back_to_top: true | ||
| back_to_top_text: "Back to top" | ||
|
|
||
| kramdown: | ||
| input: GFM | ||
| parse_block_html: true | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 3 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
|
Contributor
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. You'll want to sync to the latest changes in the repo to pick up the CI/CLInav updates, etc. before sending this out for review.
Author
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. Done |
||
| nav_order: 6 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 5 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 4 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 7 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 2 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,10 @@ | ||
| --- | ||
| nav_order: 3 | ||
| layout: default | ||
| title: CI and CLI | ||
| nav_exclude: true | ||
| nav_order: 2 | ||
| has_children: true | ||
| permalink: /ci-cli | ||
| --- | ||
|
|
||
| # CI and CLI Documentation |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| parent: CI and CLI Documentation | ||
| parent: CI and CLI | ||
| nav_order: 1 | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,9 @@ | ||
| --- | ||
| layout: default | ||
| title: Home | ||
| nav_exclude: true | ||
| nav_order: 1 | ||
| permalink: / | ||
| --- | ||
|
|
||
| <img alt="YourBase" src="images/logo-on-white.jpg" width="384" height="112"> | ||
|
|
||
| # Test Acceleration | ||
|
|
||
| - Python Test Acceleration | ||
| - [Getting Started](python/getting-started.md) - ***new users start here!*** | ||
| - [Configuration Options](python/configuration.md) | ||
| - [PyPI package](https://pypi.org/project/yourbase/) | ||
| - Ruby Test Acceleration - Coming soon! Contact us at [hi@yourbase.io](mailto:hi@yourbase.io) if you | ||
| want to join the private beta. | ||
| # YourBase | ||
| Some text talking about test acceleration & links to CI CLI. | ||
|
Contributor
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. Since we are hiding the CLI info, this section seems extraneous - thoughts?
Author
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. Yes. I've removed this page altogether. And set the "Home" page to the introduction to Test Acceleraiton. Let me know your thoughts. |
||
This file was deleted.
This file was deleted.
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 should not be changed in prod
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.
done