Skip to content

Commit

Permalink
Merge branch 'docs/revamp' into jb/styles-exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
braunjj authored Aug 15, 2024
2 parents 0d16f49 + 354c69f commit a7acc82
Show file tree
Hide file tree
Showing 85 changed files with 1,130 additions and 15 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-docs-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_DOCS_NEXT_PROJECT_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}
scope: ${{ secrets.VERCEL_ORG_ID }}

- name: Publish to Vercel Production
uses: amondnet/vercel-action@v25
if: github.event_name == 'push' && github.ref == 'refs/heads/docs/revamp'
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: "--prod"
github-token: ${{ secrets.GITHUB_TOKEN }}
scope: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sphinx/_build/
.env
next/.env
*.duckdb
*.sqlite
8 changes: 4 additions & 4 deletions docs/docs-next/docs/concepts/io-managers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "I/O managers"
---
## =======

# I/O managers
## title: "I/O managers"

# I/O managers
Empty file.
9 changes: 9 additions & 0 deletions docs/docs-next/docs/concepts/understanding-assets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Understanding Assets
description: Understanding the concept of assets in Dagster
last_update:
date: 2024-08-11
author: Pedram Navid
---


1 change: 1 addition & 0 deletions docs/docs-next/docs/dagster-plus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Dagster+"
displayed_sidebar: "dagsterPlus"
---

# Dagster+
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Azure Active Directory SSO"
displayed_sidebar: "dagsterPlus"
---

# Azure Active Directory SSO
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Google Workspace SSO"
displayed_sidebar: "dagsterPlus"
---

# Google Workspace SSO
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Okta SCIM provisioning"
displayed_sidebar: "dagsterPlus"
---

# Okta SCIM provisioning
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Okta SSO"
displayed_sidebar: "dagsterPlus"
---

# Okta SSO
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "OneLogin SSO"
displayed_sidebar: "dagsterPlus"
---

# OneLogin SSO
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "PingOne SSO"
displayed_sidebar: "dagsterPlus"
---

# PingOne SSO
6 changes: 6 additions & 0 deletions docs/docs-next/docs/dagster-plus/access/rbac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Role-based Access Control"
displayed_sidebar: "dagsterPlus"
---

# Role-based Access Control
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/access/rbac/audit-logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Audit logs"
displayed_sidebar: "dagsterPlus"
sidebar_position: 4
---

# Audit logs
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/access/rbac/teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Managing teams"
displayed_sidebar: "dagsterPlus"
sidebar_position: 2
---

# Managing teams
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "User roles & permissions"
displayed_sidebar: "dagsterPlus"
sidebar_position: 3
---

# User roles & permissions
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/access/rbac/users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Managing users"
displayed_sidebar: "dagsterPlus"
sidebar_position: 1
---

# Managing users
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/data-catalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Data catalog"
---

# Dagster+ data catalog
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Deployment types"
---

# Dagster+ deployment types
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/alerts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ alerts"
---

# DAgster+ alerts
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/alerts/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ alerts with the CLI"
---

# Alerts with the CLI
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/alerts/email.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ email alerts"
---

# Dagster+ email alerts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ Microsoft Teams alerts"
---

# Dagster+ Microsoft Teams alerts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ PagerDuty alerts"
---

# Dagster+ PagerDuty alerts
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/alerts/slack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ Slack alerts"
---

# Dagster+ Slack alerts
5 changes: 5 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/alerts/ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Dagster+ alerts in the UI"
---

# Alerts in the UI
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Branch Deployments (CI)"
displayed_sidebar: "dagsterPlus"
sidebar_position: 3
---

# Branch Deployments (CI)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Branch Deployment Change Tracking"
displayed_sidebar: "dagsterPlus"
sidebar_position: 4
sidebar_label: "Change Tracking"
---

# Using Change Tracking
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Branch Deployments & the dagster-cloud CLI"
displayed_sidebar: "dagsterPlus"
sidebar_position: 3
sidebar_label: "dagster-cloud CLI"
---

# Using Branch Deployments with the dagster-cloud CLI
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Branch Deployments & GitHub"
displayed_sidebar: "dagsterPlus"
sidebar_position: 1
sidebar_label: "GitHub"
---

# Using Branch Deployments with GitHub
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Branch Deployments & Gitlab"
displayed_sidebar: "dagsterPlus"
sidebar_position: 2
sidebar_label: "Gitlab"
---

# Using Branch Deployments with Gitlab
6 changes: 6 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/code-locations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Code locations"
displayed_sidebar: "dagsterPlus"
---

# Code locations
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Environment variables"
displayed_sidebar: "dagsterPlus"
---

# Environment variables
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Setting environment variables using agent config"
displayed_sidebar: "dagsterPlus"
sidebar_position: 2
sidebar_label: "Set with agent config"
---

# Setting environment variables using agent config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Built-in environment variables"
displayed_sidebar: "dagsterPlus"
sidebar_position: 3
sidebar_label: "Built-in variables"
---

# Built-in environment variables
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Setting environment variables with the Dagster+ UI"
displayed_sidebar: "dagsterPlus"
sidebar_position: 1
sidebar_label: "Set with Dagster+ UI"
---

# Setting environment variables with the Dagster+ UI
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/hybrid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Hybrid deployment"
displayed_sidebar: "dagsterPlus"
sidebar_position: 2
---

# Hybrid deployment
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Amazon ECS agents"
displayed_sidebar: "dagsterPlus"
sidebar_position: 10
sidebar_label: "Amazon ECS"
---

# Amazon ECS agents
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Docker agents"
displayed_sidebar: "dagsterPlus"
sidebar_position: 20
sidebar_label: "Docker"
---

# Docker agents
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Kubernetes agents"
displayed_sidebar: "dagsterPlus"
sidebar_position: 30
sidebar_label: "Kubernetes"
---

# Kubernetes agents
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Local agents"
displayed_sidebar: "dagsterPlus"
sidebar_position: 40
sidebar_label: "Local"
---

# Local agents
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Using multiple agents"
displayed_sidebar: "dagsterPlus"
sidebar_position: 50
---

# Using multiple agents
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Hybrid agent settings"
displayed_sidebar: "dagsterPlus"
sidebar_position: 60
sidebar_label: "Settings"
---

# Hybrid agent settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Dagster+ Hybrid architecture"
displayed_sidebar: "dagsterPlus"
sidebar_position: 10
---

# Dagster+ Hybrid architecture
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/hybrid/tokens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Hybrid agent tokens"
displayed_sidebar: "dagsterPlus"
sidebar_position: 20
---

# Hybrid agent tokens
7 changes: 7 additions & 0 deletions docs/docs-next/docs/dagster-plus/deployment/serverless.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Serverless deployment"
displayed_sidebar: "dagsterPlus"
sidebar_position: 1
---

# Serverless deployment
Loading

0 comments on commit a7acc82

Please sign in to comment.