Skip to content

Docs: Refocus docs #168

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 7 commits into from
Jun 30, 2025
Merged

Conversation

robertjdominguez
Copy link
Collaborator

@robertjdominguez robertjdominguez commented Jun 30, 2025

Description 📝

Feature branch containing all of the Milestone One changes for our project to refocus docs on customer personas.

Quick Links 🚀

Index

robertjdominguez and others added 7 commits June 30, 2025 11:52
## Description 📝

Adds a new guide on decision making with PromptQL, highlighting patterns
like interrogation, hypothesis testing, and cross-source analysis. Also
renames and relocates the automations guide to the top level for clearer
discovery, adjusting the sidebar position to reflect the new structure.
Adds supporting images for new sections.

## Quick Links 🚀

[Decision
Making](https://add-decision-making.promptql-docs.pages.dev/decision-making/)

---------

Co-authored-by: hasura-bot <[email protected]>
## Description 📝

Adds a how-to-talk to PromptQL section.

This is primarily based off work with the ACT folks and from being
embedded with them in conversations to end users. This section will
expand, but for now, it covers a very quick read that we can provide as
collateral to end users who are first exploring the product.

## Quick Links 🚀

[How to Talk to
PromptQL](https://add-what-can-pql-do.promptql-docs.pages.dev/how-to-talk-to-promptql/)
## Description 📝

Adds a capabilities page in the style of others from the HEP.
Fortunately, there's lots of opportunity for cross-linking at this
point.

## Quick Links 🚀


[Capabilities](https://add-how-to-talk.promptql-docs.pages.dev/capabilities/)
## Description 📝

This PR adds a fully custom sidebar implementation for our docs, giving
us complete control over structure, styling, and behavior. I replaced
the default layout with a custom React component that uses a category
config to group and order pages consistently, cleaned up sidebar labels,
and improved visual clarity with a redesigned CSS file.

This sets us up for more flexible sidebar behavior going forward.
Fixes mobile navigation by refactoring what was in the `index.tsx` for the sidebar into the respective
mobile and desktop components.
## Description 📝

Refocuses the quickstart on end users as part of the HEP: Iterating Docs
to Re-Focus on Customer Personas.

At its current state, this is a `DRAFT` PR which works to succinctly
highlight what happens whenever a user asks a question of PromptQL
(decision-making use case). In a follow-up commit, we'll introduce the
concept of automation (our other use case) and ensure we have a
high-level overview of the two use cases, which illustrates how users
are expected to interact with the product.

## Quick Links 🚀


[Quickstart](https://robdominguez-doc-2900-redesi.promptql-docs.pages.dev/quickstart/)

---------

Co-authored-by: hasura-bot <[email protected]>
## Description 📝

## Quick Links 🚀

<!-- Links to the relevant place(s) in the CloudFlare Pages build. Wait
for CF comment for link. -->

## Assertion Tests 🤖

<!-- Add assertions between the comments below to have ChatGPT check the
quality of your docs contribution (Diff) and
how well it integrates with existing docs. E.g., A user should be able
to easily understand how to make a simple
query. -->

<!-- For more info, see the Action's docs in the marketplace:
https://github.com/marketplace/actions/docs-assertion-tester#usage -->

<!-- DX:Assertion-start -->
<!-- DX:Assertion-end -->
@hasura-bot
Copy link
Collaborator

Redirects 🔀

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

# TEST ME: https://stage.promptql.io/docs/how-to-build-with-promptql/with-automation/
location = /docs/how-to-build-with-promptql/with-automation/ {
    return 301 https://$host/docs/automation/;
}
# TEST ME: https://stage.promptql.io/docs/billing/_category_.json
location = /docs/billing/_category_.json {
    return 301 https://$host/docs/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}

@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: e05164d
Status: ✅  Deploy successful!
Preview URL: https://0ddd2743.promptql-docs.pages.dev
Branch Preview URL: https://robdominguez-feature-refocus.promptql-docs.pages.dev

View logs

@robertjdominguez robertjdominguez merged commit fde0c6c into main Jun 30, 2025
5 checks passed
@robertjdominguez robertjdominguez deleted the robdominguez/feature/refocus-docs branch June 30, 2025 19:32
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