Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/workflows/docs-next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Build Docs (Next)

on:
pull_request:
paths:
- "docs-next/**"
- ".github/workflows/docs-next.yml"
push:
branches: [master]
paths:
- "docs-next/**"
- ".github/workflows/docs-next.yml"
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs-next
steps:
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v6
with:
version: 10

- uses: actions/setup-node@v6
with:
node-version: 22
cache: pnpm
cache-dependency-path: docs-next/pnpm-lock.yaml

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Type check
run: pnpm typecheck

- name: Build
run: pnpm build
20 changes: 20 additions & 0 deletions docs-next/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
41 changes: 41 additions & 0 deletions docs-next/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

## Installation

```bash
yarn
```

## Local Development

```bash
yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

```bash
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

Using SSH:

```bash
USE_SSH=true yarn deploy
```

Not using SSH:

```bash
GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
8 changes: 8 additions & 0 deletions docs-next/docs/api-reference/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "API Reference",
"position": 4,
"link": {
"type": "generated-index",
"description": "API Reference — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/api-reference/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Overview

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/architecture/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Architecture",
"position": 3,
"link": {
"type": "generated-index",
"description": "Architecture — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/architecture/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Overview

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Getting Started",
"position": 1,
"link": {
"type": "generated-index",
"description": "Getting Started — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/getting-started/concepts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 3
---

# Concepts

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
9 changes: 9 additions & 0 deletions docs-next/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Installation

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
9 changes: 9 additions & 0 deletions docs-next/docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 2
---

# Quickstart

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Guides",
"position": 2,
"link": {
"type": "generated-index",
"description": "Guides — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
8 changes: 8 additions & 0 deletions docs-next/docs/guides/advanced-execution/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Advanced Execution",
"position": 3,
"link": {
"type": "generated-index",
"description": "Advanced Execution — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/advanced-execution/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Advanced Execution

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/core/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Core",
"position": 1,
"link": {
"type": "generated-index",
"description": "Core — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/core/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Core

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/extensibility/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Extensibility",
"position": 9,
"link": {
"type": "generated-index",
"description": "Extensibility — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/extensibility/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Extensibility

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/integrations/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Integrations",
"position": 8,
"link": {
"type": "generated-index",
"description": "Integrations — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Integrations

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/observability/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Observability",
"position": 5,
"link": {
"type": "generated-index",
"description": "Observability — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/observability/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Observability

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/operations/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Operations",
"position": 4,
"link": {
"type": "generated-index",
"description": "Operations — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/operations/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Operations

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/reliability/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Reliability",
"position": 2,
"link": {
"type": "generated-index",
"description": "Reliability — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/reliability/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Reliability

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/resources/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Resources",
"position": 6,
"link": {
"type": "generated-index",
"description": "Resources — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/resources/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Resources

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/guides/workflows/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Workflows",
"position": 7,
"link": {
"type": "generated-index",
"description": "Workflows — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/guides/workflows/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# Workflows

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/more/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "More",
"position": 5,
"link": {
"type": "generated-index",
"description": "More — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
9 changes: 9 additions & 0 deletions docs-next/docs/more/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 4
---

# Changelog

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
9 changes: 9 additions & 0 deletions docs-next/docs/more/comparison.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 2
---

# Comparison

:::info Phase 1 stub
Content port pending. See the [Zensical source](https://github.com/ByteVeda/taskito/tree/master/docs) for current text.
:::
8 changes: 8 additions & 0 deletions docs-next/docs/more/examples/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Examples",
"position": 1,
"link": {
"type": "generated-index",
"description": "Examples — content port pending. See https://github.com/ByteVeda/taskito/tree/master/docs"
}
}
Loading
Loading