Skip to content
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

add visual editor docs #5603

Open
wants to merge 36 commits into
base: current
Choose a base branch
from
Open

add visual editor docs #5603

wants to merge 36 commits into from

Conversation

mirnawong1
Copy link
Contributor

@mirnawong1 mirnawong1 commented Jun 4, 2024

this pr adds the visual editor docs, announced in the launch showcase event. more additions required as eng and pm review.

[ ] pm review required
[ ] eng review required


🚀 Deployment available! Here are the direct links to the updated files:

@mirnawong1 mirnawong1 requested a review from a team as a code owner June 4, 2024 16:23
Copy link

vercel bot commented Jun 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 9:54pm

@github-actions github-actions bot added content Improvements or additions to content size: medium This change will take up to a week to address Docs team Authored by the Docs team @dbt Labs labels Jun 4, 2024
@mirnawong1
Copy link
Contributor Author

have added pagination next

@mirnawong1
Copy link
Contributor Author

mirnawong1 commented Jun 7, 2024

this pr is on hold pending feature updates, will update as PM provides up and informs when ready to for review.

sidebar code:

{
      type: "category",
      label: "Develop with dbt Cloud",
      collapsed: true,
      link: { type: "doc", id: "docs/cloud/about-develop-dbt" },
      items: [
        "docs/cloud/about-develop-dbt",
        "docs/cloud/about-cloud-develop-defer",
        {
          type: "category",
          label: "dbt Cloud CLI",
          collapsed: true,
          link: { type: "doc", id: "docs/cloud/cloud-cli-installation" },
          items: [
            "docs/cloud/cloud-cli-installation",
            "docs/cloud/configure-cloud-cli",
          ],
        },
        {
          type: "category",
          label: "dbt Cloud IDE",
          link: { type: "doc", id: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud" },
          items: [
            "docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
            "docs/cloud/dbt-cloud-ide/keyboard-shortcuts",
            "docs/cloud/dbt-cloud-ide/ide-user-interface",
            "docs/cloud/dbt-cloud-ide/lint-format",
            {
              type: "category",
              label: "dbt Assist",
              link: { type: "doc", id: "docs/cloud/dbt-assist" },
              items: [
                "docs/cloud/dbt-assist",
                "docs/cloud/enable-dbt-assist",
                "docs/cloud/use-dbt-assist",
                "docs/cloud/dbt-assist-data",
              ],
            },
          ],
        },
        {
            type: "category",
            label: "Visual editor",
            collapsed: true,
            link: { type: "doc", id: "docs/cloud/visual-editor" },
            items: [
              "docs/cloud/visual-editor",
              "docs/cloud/visual-editor-interface",
              "docs/cloud/use-visual-editor",
            ],
          },
        ],
      },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants