Skip to content

Commit 7b9eff4

Browse files
committed
Merge origin/main: docs restructure, fts5 hidden columns
Resolve the docs conflict for the pure-Markdown docs directory: drop this branch's docs/index.rst toctree edit in favor of main's deletion and register howto/fmt.md in docs/toc.yaml's Commands section instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018MTvpHqNMadH12pTtsgUq2
2 parents 319d657 + 7d33de9 commit 7b9eff4

60 files changed

Lines changed: 1025 additions & 599 deletions

Some content is hidden

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

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,4 @@ updates:
1717
directory: "/"
1818
schedule:
1919
interval: "daily"
20-
- package-ecosystem: "pip"
21-
directory: "/docs"
22-
schedule:
23-
interval: "daily"
24-
ignore:
25-
# sphinx-rtd-theme does not support the latest versions of docutils and
26-
# sphinx
27-
- dependency-name: "docutils"
28-
- dependency-name: "sphinx"
29-
groups:
30-
production-dependencies:
31-
dependency-type: "production"
32-
development-dependencies:
33-
dependency-type: "development"
3420

.github/workflows/buf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
paths-ignore:
55
- 'docs/**'
6-
- '.readthedocs.yaml'
76
jobs:
87
build:
98
runs-on: ubuntu-latest

.github/workflows/ci-kotlin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- 'docs/**'
8-
- '.readthedocs.yaml'
98
pull_request:
109
paths-ignore:
1110
- 'docs/**'
12-
- '.readthedocs.yaml'
1311
jobs:
1412
build:
1513
if: false

.github/workflows/ci-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- 'docs/**'
8-
- '.readthedocs.yaml'
98
pull_request:
109
paths-ignore:
1110
- 'docs/**'
12-
- '.readthedocs.yaml'
1311
jobs:
1412
build:
1513
if: false

.github/workflows/ci-typescript.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
- main
66
paths-ignore:
77
- 'docs/**'
8-
- '.readthedocs.yaml'
98
pull_request:
109
paths-ignore:
1110
- 'docs/**'
12-
- '.readthedocs.yaml'
1311
jobs:
1412
build:
1513
if: false

.readthedocs.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# STEP 1: Build sqlc
2-
FROM golang:1.26.6 AS builder
2+
FROM golang:1.27.0 AS builder
33

44
COPY . /workspace
55
WORKDIR /workspace

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Additional languages can be added via [plugins](https://docs.sqlc.dev/en/latest/
3434
Development is possible thanks to our sponsors. If you would like to support sqlc,
3535
please consider [sponsoring on GitHub](https://github.com/sponsors/kyleconroy).
3636

37-
<p align="center">
38-
<a href="https://riza.io?utm_source=sqlc+readme"><img width=400 src="https://sqlc.dev/sponsors/riza-readme.png" alt="Riza.io"></a>
39-
</p>
40-
4137
<p align="center">
4238
<a href="https://coder.com?utm_source=sqlc+readme"><img width=200 src="https://sqlc.dev/sponsors/coder-readme.png" alt="Coder.com" /></a>
4339
<a href="https://mint.fun?utm_source=sqlc+readme"><img width=200 src="https://sqlc.dev/sponsors/mint-readme.png" alt="Mint.fun" /></a>

docs/Makefile

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/_static/customize.css

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)