Skip to content

Commit

Permalink
Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Dec 31, 2024
1 parent 0b70192 commit dfb87e9
Show file tree
Hide file tree
Showing 72 changed files with 1,383 additions and 1,311 deletions.
38 changes: 19 additions & 19 deletions docs/core/capability/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/cli/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/common/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/diagram/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/drawio/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/emf/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/exec/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/graph/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/http/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/core/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/mapping/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/maven/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/persistence/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/core/resources/index.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions docs/demos/module-graph-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -2552,6 +2552,42 @@
<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
return true;
}
let searchResult = this.search(str);
for (const sr in searchResult) {
if (searchResult[sr].ref === node.original['data-nsd-label-uuid']) {
return true;
}
}
return false;
}.bind(lunr(function () {
this.ref('id');
this.field('title');
this.field('content');

for (const key in searchDocuments) {
let doc = searchDocuments[key];
this.add({
id: doc['link-uuid'],
title: doc.title,
path: doc.path,
content: doc.content
});
}
}));
</script>

<script src="../search-documents.js"></script>

<script src="https://cdn.jsdelivr.net/gh/olivernn/lunr.js@v2.3.9/lunr.js"></script>

<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
Expand Down
36 changes: 36 additions & 0 deletions docs/demos/module-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -2552,6 +2552,42 @@
<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
return true;
}
let searchResult = this.search(str);
for (const sr in searchResult) {
if (searchResult[sr].ref === node.original['data-nsd-label-uuid']) {
return true;
}
}
return false;
}.bind(lunr(function () {
this.ref('id');
this.field('title');
this.field('content');

for (const key in searchDocuments) {
let doc = searchDocuments[key];
this.add({
id: doc['link-uuid'],
title: doc.title,
path: doc.path,
content: doc.content
});
}
}));
</script>

<script src="../search-documents.js"></script>

<script src="https://cdn.jsdelivr.net/gh/olivernn/lunr.js@v2.3.9/lunr.js"></script>

<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
Expand Down
36 changes: 18 additions & 18 deletions docs/glossary.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/html/bootstrap/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/html/html/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/html/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/html/jstree/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/nsd-cli/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/app/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/app/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/drawio/html-app/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/drawio/html-app/save/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/drawio/html-app/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/drawio/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/gsh/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/invoke/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/junit/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/junit/jacoco/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/gsh/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/invoke/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/gsh/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gitlab/invoke/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/gsh/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/help/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/help/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/http-server/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/invoke/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/java/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/java/junit/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/java/junit/jacoco/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/launcher/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/ecore-html-app/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/ecore-html-app/save/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/ecore-html-app/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/html-app/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/html-app/save/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/html-app/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/model/save/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/rules/action-model/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/rules/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/rules/list/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/rules/site/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/nsd-cli/nsd/shell/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/practices/generic/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/practices/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/practices/java/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/practices/junit/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-documents.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/search.html

Large diffs are not rendered by default.

Loading

0 comments on commit dfb87e9

Please sign in to comment.