Skip to content

Chore: Make indentations dynamic #171

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

Merged
merged 1 commit into from
Jul 2, 2025

Conversation

robertjdominguez
Copy link
Collaborator

Description 📝

Chore: Modify names from overview to index

Chore: Update refs

Chore: Modify names from overview to index

Chore: Update refs
@hasura-bot
Copy link
Collaborator

Redirects 🔀

Hey, @robertjdominguez — the following redirects will be needed for deployment:

# TEST ME: https://stage.promptql.io/docs/auth/overview/
location = /docs/auth/overview/ {
    return 301 https://$host/docs/auth/index/;
}
# TEST ME: https://stage.promptql.io/docs/business-logic/overview/
location = /docs/business-logic/overview/ {
    return 301 https://$host/docs/business-logic/index/;
}
# TEST ME: https://stage.promptql.io/docs/data-modeling/overview/
location = /docs/data-modeling/overview/ {
    return 301 https://$host/docs/data-modeling/index/;
}
# TEST ME: https://stage.promptql.io/docs/data-sources/overview/
location = /docs/data-sources/overview/ {
    return 301 https://$host/docs/data-sources/index/;
}
# TEST ME: https://stage.promptql.io/docs/deployment/overview/
location = /docs/deployment/overview/ {
    return 301 https://$host/docs/deployment/index/;
}
# TEST ME: https://stage.promptql.io/docs/help/overview/
location = /docs/help/overview/ {
    return 301 https://$host/docs/help/index/;
}
# TEST ME: https://stage.promptql.io/docs/how-to-build-with-promptql/overview/
location = /docs/how-to-build-with-promptql/overview/ {
    return 301 https://$host/docs/how-to-build-with-promptql/index/;
}
# TEST ME: https://stage.promptql.io/docs/observability/overview/
location = /docs/observability/overview/ {
    return 301 https://$host/docs/observability/index/;
}
# TEST ME: https://stage.promptql.io/docs/private-ddn/overview/
location = /docs/private-ddn/overview/ {
    return 301 https://$host/docs/private-ddn/index/;
}
# TEST ME: https://stage.promptql.io/docs/project-configuration/overview/
location = /docs/project-configuration/overview/ {
    return 301 https://$host/docs/project-configuration/index/;
}
# TEST ME: https://stage.promptql.io/docs/promptql-apis/overview/
location = /docs/promptql-apis/overview/ {
    return 301 https://$host/docs/promptql-apis/index/;
}
# TEST ME: https://stage.promptql.io/docs/promptql-playground/overview/
location = /docs/promptql-playground/overview/ {
    return 301 https://$host/docs/promptql-playground/index/;
}
# TEST ME: https://stage.promptql.io/docs/recipes/overview/
location = /docs/recipes/overview/ {
    return 301 https://$host/docs/recipes/index/;
}
# TEST ME: https://stage.promptql.io/docs/reference/overview/
location = /docs/reference/overview/ {
    return 301 https://$host/docs/reference/index/;
}

@hasura-bot
Copy link
Collaborator

@robertjdominguez Thanks for your PR! I've assigned @robertjdominguez to review it.

Copy link

Deploying promptql-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f0cba80
Status: ✅  Deploy successful!
Preview URL: https://9f0475f9.promptql-docs.pages.dev
Branch Preview URL: https://rob-chore-update-sidebar-ren.promptql-docs.pages.dev

View logs

@robertjdominguez robertjdominguez merged commit ada63fe into main Jul 2, 2025
4 checks passed
@robertjdominguez robertjdominguez deleted the rob/chore/update-sidebar-rendering branch July 2, 2025 23:39
robertjdominguez added a commit that referenced this pull request Jul 3, 2025
Updates mobile sidebar to match desktop UI/UX updates from #171.
robertjdominguez added a commit that referenced this pull request Jul 3, 2025
## Description 📝

Updates mobile sidebar to match desktop UI/UX updates from #171.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants