Skip to content

Commit 9943f0d

Browse files
committed
Update documentation pages to render the readme files of subprojects as a regular documentation page. Affected subprojects:
- utPLSQL-cli - utPLSQL-maven-plugin - utPLSQL-PLSQL-Developer - utPLSQL-SQLDeveloper
1 parent 93a7c4a commit 9943f0d

6 files changed

Lines changed: 43 additions & 8 deletions

File tree

docs/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/utPLSQL-PLSQL-Developer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
%}

docs/utPLSQL-SQLDeveloper.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
%}

docs/utPLSQL-cli.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
%}

docs/utPLSQL-maven-plugin.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
%}

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)