-
Notifications
You must be signed in to change notification settings - Fork 248
Jetify Sandbox Docs Draft #2255
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
Conversation
e74c893
to
df81e07
Compare
title: "Jetify Docs", | ||
tagline: "Instant, easy, and predictable shells and containers", | ||
url: "https://www.jetify.com", | ||
baseUrl: "/", |
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.
Wait, I don't think this is right. What are we trying to do here?
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.
We're trying to split the docs into Devbox and Cloud, so we can have urls like: https://www.jetify.com/devbox/docs
and https://www.jetify.com/cloud/docs
. Further down you'll see that each of the docs folders have their own route base paths:
docs: {
routeBasePath: "/devbox/docs",
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
docItemComponent: "@theme/ApiItem",
editUrl: "https://github.com/jetify-com/devbox/tree/main/docs/app/",
},
Is there a better way to do this? It works well in Vercel, but not sure if it will interfere with other pages
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.
oh I see 👍
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.
🎉
1. Navigate to the **Projects** tab in the Jetify Dashboard | ||
2. Click on the `Create New` button on the top right corner of the page | ||
3. In the modal that appears, give the project a name, and then click "Create Project" | ||
4. In the new project, navigate to the Settings tab, and then click "Connect with Github" to connect the project to a Github repository |
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.
No longer need to navigate to the Settings tab unless you have created a sandbox for that project already (the empty state also has a Connect with Github
or Choose Repository
ef22c7b
to
cc9bafe
Compare
cc9bafe
to
5c0b1c3
Compare
@@ -8,7 +8,7 @@ This example shows how to build a simple Laravel application backed by MariaDB a | |||
|
|||
[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/laravel) | |||
|
|||
[](https://devbox.sh/github.com/jetify-com/devbox/?folder=examples/stacks/laravel) | |||
[](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/laravel) |
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.
[](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/laravel) | |
[](https://www.jetify.com/devbox/templates/laravel) |
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.
Do we not want the docs url to point to www template pages?
0b87e2b
to
fe9a269
Compare
Signed-off-by: John Lago <[email protected]>
Co-authored-by: Lucille Hua <[email protected]> Signed-off-by: John Lago <[email protected]>
Signed-off-by: John Lago <[email protected]>
reorganize docs
remove deploy references
Adding content to Sandboxes Docs
add more content