File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ menuInclude: true
66---
77
88* [ utPLSQL framework] ( /utPLSQL/latest )
9- * [ utPLSQL-cli] ( https://github.com/ utPLSQL/utPLSQL -cli/blob/develop/README .md)
10- * [ maven plugin] ( https://github.com/ utPLSQL/utPLSQL -maven-plugin/blob/main/README .md)
11- * [ SQLDeveloper extension] ( https://github.com/ utPLSQL/utPLSQL -SQLDeveloper/blob/master/README .md)
12- * [ PL/SQL Developer plugin] ( https://github.com/ utPLSQL/utPLSQL -PLSQL-Developer/blob/develop/README .md)
9+ * [ utPLSQL-cli] ( / utPLSQL-cli.md)
10+ * [ utPLSQL- maven plugin] ( / utPLSQL-maven-plugin.md)
11+ * [ SQLDeveloper extension] ( / utPLSQL-SQLDeveloper.md)
12+ * [ PL/SQL Developer plugin] ( / utPLSQL-PLSQL-Developer.md)
1313
Original file line number Diff line number Diff line change 1+ ---
2+ title : utPLSQL-PLSQL-Developer plugin
3+ ---
4+
5+ {%
6+ include-markdown "https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/README.md "
7+ rewrite-relative-urls=true
8+ %}
Original file line number Diff line number Diff line change 1+ ---
2+ title : utPLSQL-SQLDeveloper extension
3+ ---
4+
5+ {%
6+ include-markdown "https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/main/README.md "
7+ rewrite-relative-urls=true
8+ %}
Original file line number Diff line number Diff line change 1+ ---
2+ title : utPLSQL-cli
3+ ---
4+
5+ {%
6+ include-markdown "https://raw.githubusercontent.com/utPLSQL/utPLSQL-cli/develop/README.md "
7+ rewrite-relative-urls=true
8+ start="# utPLSQL-cli"
9+ %}
Original file line number Diff line number Diff line change 1+ ---
2+ title : utPLSQL-maven plugin
3+ ---
4+
5+ {%
6+ include-markdown "https://raw.githubusercontent.com/utPLSQL/utPLSQL-maven-plugin/develop/README.md "
7+ rewrite-relative-urls=true
8+ start="# utPLSQL-maven-plugin"
9+ %}
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ plugins:
104104 - git-revision-date-localized : # disable for offline docs
105105 enable_creation_date : true # disable for offline docs
106106 type : datetime # disable for offline docs
107+ - include-markdown
107108 - blog :
108109 blog_dir : announcements
109110 post_date_format : long # e.g. "June 10, 2026"
@@ -117,10 +118,10 @@ nav:
117118 - Documentation :
118119 - documentation.md
119120 - utPLSQL framework : utPLSQL/latest
120- - utPLSQL-cli : https://github.com/ utPLSQL/utPLSQL -cli/blob/develop/README .md
121- - maven plugin : https://github.com/ utPLSQL/utPLSQL -maven-plugin/blob/main/README .md
122- - SQLDeveloper extension : https://github.com/ utPLSQL/utPLSQL -SQLDeveloper/blob/master/README .md
123- - PL/SQL Developer plugin : https://github.com/ utPLSQL/utPLSQL -PLSQL-Developer/blob/develop/README .md
121+ - utPLSQL-cli : utPLSQL-cli.md
122+ - utPLSQL- maven plugin : utPLSQL-maven-plugin.md
123+ - SQLDeveloper extension : utPLSQL-SQLDeveloper.md
124+ - PL/SQL Developer plugin : utPLSQL-PLSQL-Developer.md
124125 - Downloads : downloads.md
125126 - Resources : resources.md
126127 - About : about.md
You can’t perform that action at this time.
0 commit comments