-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
60 lines (56 loc) · 2.29 KB
/
mkdocs.yaml
File metadata and controls
60 lines (56 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: splinter
site_url: https://supabase.github.io/splinter
site_description: Supabase Project Linter
repo_name: supabase/splinter
repo_url: https://github.com/supabase/splinter
nav:
- Welcome: 'index.md'
- Lints:
- Unindexed Foreign Keys: '0001_unindexed_foreign_keys.md'
- Auth Users Exposed: '0002_auth_users_exposed.md'
- Auth RLS InitPlan: '0003_auth_rls_initplan.md'
- No Primary Key: '0004_no_primary_key.md'
- Unused Index: '0005_unused_index.md'
- Multiple Permissive Policies: '0006_multiple_permissive_policies.md'
- Policy Exists RLS Disabled: '0007_policy_exists_rls_disabled.md'
- RLS Enabled No Policy: '0008_rls_enabled_no_policy.md'
- Duplicate Index: '0009_duplicate_index.md'
- Security Definer View: '0010_security_definer_view.md'
- Function Search Path Mutable: '0011_function_search_path_mutable.md'
- Auth Allow Anonymous Sign-ins: '0012_auth_allow_anonymous_sign_ins.md'
- RLS Disabled in Public: '0013_rls_disabled_in_public.md'
- Extension in Public: '0014_extension_in_public.md'
- RLS References user_metadata: '0015_rls_references_user_metadata.md'
- Materialized View in API: '0016_materialized_view_in_api.md'
- Foreign Table in API: '0017_foreign_table_in_api.md'
- Unsupported reg Types: '0018_unsupported_reg_types.md'
- Insecure Queue Exposed in API: '0019_insecure_queue_exposed_in_api.md'
- Table Bloat: '0020_table_bloat.md'
- Fkey to Auth Unique: '0021_fkey_to_auth_unique.md'
- Extension Versions Outdated: '0022_extension_versions_outdated.md'
- Sensitive Columns Exposed: '0023_sensitive_columns_exposed.md'
- Permissive RLS Policy: '0024_permissive_rls_policy.md'
theme:
name: 'material'
features:
- navigation.expand
favicon: 'assets/favicon.png'
logo: 'assets/favicon.png'
homepage: https://supabase.github.io/splinter
palette:
primary: black
accent: light green
markdown_extensions:
- pymdownx.highlight:
linenums: true
guess_lang: false
use_pygments: true
pygments_style: default
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.tasklist
- admonition
- attr_list
- md_in_html