-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (84 loc) · 2.37 KB
/
Copy pathmkdocs.yml
File metadata and controls
89 lines (84 loc) · 2.37 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
site_name: plx
site_description: Write PostgreSQL functions in the dialect you already know, compiled to plpgsql
site_url: https://commandprompt.github.io/plx/
repo_url: https://github.com/commandprompt/plx
repo_name: commandprompt/plx
edit_uri: edit/master/doc/
copyright: Command Prompt, Inc.
# The Markdown documentation already lives in doc/; use it as the site source.
docs_dir: doc
site_dir: site
theme:
name: material
logo: plx-logo.svg
favicon: plx-logo.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.sections
- toc.follow
- content.code.copy
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- Home: index.md
- User guide: USERGUIDE.md
- Dialects:
- Ruby (plxruby): plxruby.md
- PHP (plxphp): plxphp.md
- JavaScript (plxjs): plxjs.md
- TypeScript (plxts): plxts.md
- Python (plxpython3): plxpython3.md
- Go (plxgo): plxgo.md
- COBOL (plxcobol): plxcobol.md
- Oracle PL/SQL (plxplsql): plxplsql.md
- Transact-SQL (plxtsql): plxtsql.md
- Cookbooks:
- Overview: cookbook/index.md
- Ruby: cookbook/plxruby.md
- PHP: cookbook/plxphp.md
- JavaScript: cookbook/plxjs.md
- TypeScript: cookbook/plxts.md
- Python: cookbook/plxpython3.md
- Go: cookbook/plxgo.md
- COBOL: cookbook/plxcobol.md
- Oracle PL/SQL: cookbook/plxplsql.md
- Transact-SQL: cookbook/plxtsql.md
- Reference:
- Feature parity: PARITY.md
- Gaps and limitations: LIMITATIONS.md
- Compatibility: COMPATIBILITY.md
- Architecture: ARCHITECTURE.md
- Transpiler: TRANSPILER.md
- Debugging: DEBUGGING.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/commandprompt/plx