Skip to content

Commit 17c93b7

Browse files
committed
add website #andy
1 parent 3eb6683 commit 17c93b7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/en/UserGuide/SPGReasoner/KGDSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ Define (s:Shop)-[p:belongTo]->(o:TaxonomyOfShop/NamelessShop) {
810810
}
811811
```
812812

813-
> Note: ${nameless_shop_threashold} is a threshold parameter that needs to be filled in with a specific value when using the predicate.
813+
> `Note: ${nameless_shop_threashold} is a threshold parameter that needs to be filled in with a specific value when using the predicate. `
814814
>
815815
816816
#### 4.5.2 Logical predicate definition between entity types

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const config = {
9595
items: [
9696
{
9797
label: 'Docs',
98-
to: '/docs/intro',
98+
to: '/docs/en/QuickStart',
9999
},
100100
],
101101
},

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro">
22+
to="/docs/en/QuickStart">
2323
KAG Quick Start - 5min ⏱️
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)