Skip to content

Commit e701d45

Browse files
committed
Moved documentation from utPLSQL sub-project into main utPLSQL.github.io
Added filtering n items to show on top-level menu.
1 parent ce34e46 commit e701d45

690 files changed

Lines changed: 86553 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4-
.idea
4+
.idea
5+
/.jekyll-cache/
6+
/Gemfile.lock

_includes/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<div class="trigger">
1717
{% for my_page in site.pages %}
1818
{% if my_page.title %}
19-
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
19+
{% if my_page.menuInclude %}
20+
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
21+
{% endif %}
2022
{% endif %}
2123
{% endfor %}
2224
</div>

about.md

Lines changed: 1 addition & 0 deletions

contributing.md

Lines changed: 1 addition & 0 deletions

documenation.md

Lines changed: 1 addition & 0 deletions

downloads.md

Lines changed: 1 addition & 0 deletions

resources.md

Lines changed: 1 addition & 0 deletions
Lines changed: 91 additions & 0 deletions

utPLSQL/develop/about/authors.md

Lines changed: 26 additions & 0 deletions

utPLSQL/develop/about/license.md

Lines changed: 17 additions & 0 deletions

0 commit comments

Comments
 (0)