Skip to content

Commit 38c8be3

Browse files
committed
combine docs/ and docs-beta/
1 parent 0191e3c commit 38c8be3

File tree

1,059 files changed

+33
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,059 files changed

+33
-51
lines changed

.pre-commit-config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ repos:
1414
args: [check, --fix, --exit-non-zero-on-fix]
1515
language: system
1616
pass_filenames: false
17-
- id: docs-mdx-format
18-
name: Format Docs
19-
language: system
20-
entry: bash -c "cd docs && make mdx-format"
21-
pass_filenames: false
22-
files: ^docs/content
2317

2418
# We do not use pyright's provided pre-commit hook because we need the environment management
2519
# supplied by `scripts/run-pyright.py`.
File renamed without changes.

docs/.gitignore

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
sphinx/_build/
22
.env
3-
next/.env
43
.docusaurus
54
*.duckdb
65
*.sqlite
6+
7+
# Dependencies
8+
/node_modules
9+
10+
# Production
11+
/build
12+
!/docs/guides/build
13+
!/versioned_docs/*/guides/build
14+
!/static/images/guides/build
15+
16+
# Generated files
17+
.docusaurus
18+
.cache-loader
19+
20+
# Misc
21+
.DS_Store
22+
.env.local
23+
.env.development.local
24+
.env.test.local
25+
.env.production.local
26+
27+
npm-debug.log*
28+
yarn-debug.log*
29+
yarn-error.log*
30+
*.sqlite
31+
32+
.yarn/*
33+
!.yarn/patches
34+
!.yarn/releases
35+
!.yarn/plugins
36+
!.yarn/sdks/**
37+
!.yarn/versions
38+
.pnp.*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/docs-beta/.gitignore

-32
This file was deleted.

docs/docs-beta/.vscode/extensions.json

-9
This file was deleted.

docs/docs-beta/.vscode/settings.json

-3
This file was deleted.

0 commit comments

Comments
 (0)