Skip to content

Commit 72ffdf1

Browse files
authored
Merge pull request #332 from supabase/bo/docs/refactor-catalog-nav
docs: reorganize fdw catalog nav
2 parents c3ef1b3 + 0031b31 commit 72ffdf1

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

docs/catalog/wasm.md renamed to docs/catalog/wasm/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.
1313

1414
<div class="grid cards" markdown>
1515

16-
- :simple-webassembly: &nbsp; **[Paddle](../paddle)**
16+
- :simple-webassembly: &nbsp; **[Paddle](../paddle.md)**
1717

1818
----
1919

@@ -23,9 +23,9 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.
2323

2424
:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_paddle_fdw_v0.1.0) &nbsp;
2525
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_paddle_fdw_v0.1.0/wasm-wrappers/fdw/paddle_fdw) &nbsp;
26-
:material-file-document: [docs](../paddle)
26+
:material-file-document: [docs](../paddle.md)
2727

28-
- :simple-webassembly: &nbsp; **[Snowflake](../snowflake)**
28+
- :simple-webassembly: &nbsp; **[Snowflake](../snowflake.md)**
2929

3030
----
3131

@@ -35,6 +35,6 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.
3535

3636
:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_snowflake_fdw_v0.1.0) &nbsp;
3737
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_snowflake_fdw_v0.1.0/wasm-wrappers/fdw/snowflake_fdw) &nbsp;
38-
:material-file-document: [docs](../snowflake)
38+
:material-file-document: [docs](../snowflake.md)
3939

4040
</div>

mkdocs.yaml

+17-15
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@ nav:
1111
- 'index.md'
1212
- Catalog:
1313
- catalog/index.md
14-
- Airtable: 'catalog/airtable.md'
15-
- Auth0: 'catalog/auth0.md'
16-
- AWS Cognito: 'catalog/cognito.md'
17-
- BigQuery: 'catalog/bigquery.md'
18-
- ClickHouse: 'catalog/clickhouse.md'
19-
- Firebase: 'catalog/firebase.md'
20-
- Logflare: 'catalog/logflare.md'
21-
- Notion: 'catalog/notion.md'
22-
- Paddle: 'catalog/paddle.md'
23-
- Redis: 'catalog/redis.md'
24-
- S3 (CSV, JSON, Parquet): 'catalog/s3.md'
25-
- Snowflake: 'catalog/snowflake.md'
26-
- Stripe: 'catalog/stripe.md'
27-
- SQL Server: 'catalog/mssql.md'
28-
- Wasm: 'catalog/wasm.md'
14+
- Native:
15+
- Airtable: 'catalog/airtable.md'
16+
- Auth0: 'catalog/auth0.md'
17+
- AWS Cognito: 'catalog/cognito.md'
18+
- BigQuery: 'catalog/bigquery.md'
19+
- ClickHouse: 'catalog/clickhouse.md'
20+
- Firebase: 'catalog/firebase.md'
21+
- Logflare: 'catalog/logflare.md'
22+
- Notion: 'catalog/notion.md'
23+
- Redis: 'catalog/redis.md'
24+
- S3 (CSV, JSON, Parquet): 'catalog/s3.md'
25+
- Stripe: 'catalog/stripe.md'
26+
- SQL Server: 'catalog/mssql.md'
27+
- Wasm:
28+
- catalog/wasm/index.md
29+
- Paddle: 'catalog/paddle.md'
30+
- Snowflake: 'catalog/snowflake.md'
2931
- Guides:
3032
- Native vs Wasm Wrappers: 'guides/native-wasm.md'
3133
- Query Pushdown: 'guides/query-pushdown.md'

0 commit comments

Comments
 (0)