Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docs.yourbase.io
prichhazed.github.io
Copy link
Contributor

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

11 changes: 9 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

domain: prichhazed.github.io
Copy link
Contributor

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

Copy link
Author

Choose a reason for hiding this comment

The 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/
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/buildpacks.md → docs/cli/buildpacks.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ci-caching.md → docs/cli/ci-caching.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
parent: CI and CLI Documentation
parent: CI and CLI
Copy link
Contributor

Choose a reason for hiding this comment

The 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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

nav_order: 6
---

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-settings.md → docs/cli/cli-settings.md
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md → docs/cli/configuration.md
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
---

Expand Down
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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md → docs/cli/getting-started.md
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
---

Expand Down
6 changes: 5 additions & 1 deletion docs/cli/index.md
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
2 changes: 1 addition & 1 deletion docs/installation.md → docs/cli/installation.md
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
---

Expand Down
16 changes: 5 additions & 11 deletions docs/index.md
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are hiding the CLI info, this section seems extraneous - thoughts?

Copy link
Author

@prichhazed prichhazed Aug 30, 2021

Choose a reason for hiding this comment

The 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.
Also, I've moved all CLI pages under the cli folder, and also marked them to be excluded from the navigation.

Let me know your thoughts.

15 changes: 0 additions & 15 deletions docs/python-getting-started/index.md

This file was deleted.

250 changes: 0 additions & 250 deletions docs/python/configuration.md

This file was deleted.

Loading