-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
migrate cs pages Co-authored-by: agnesoft <62834902+agnesoft@users.noreply.github.com>
- Loading branch information
1 parent
9f164c1
commit 9a05ae7
Showing
36 changed files
with
193 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.footer { | ||
padding: 1rem; | ||
width: 100%; | ||
.copyright { | ||
font-size: 0.75rem; | ||
font-weight: 300; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,50 @@ | ||
{ | ||
"index": "Domů", | ||
"about": { | ||
"title": "O agdb", | ||
"type": "page" | ||
}, | ||
"contact": { | ||
"title": "Kontakt ↗", | ||
"type": "page" | ||
"*": { | ||
"display": "hidden", | ||
"theme": { | ||
"sidebar": false, | ||
"toc": false, | ||
"breadcrumb": false | ||
} | ||
}, | ||
"api-docs": { | ||
"title": "API", | ||
"type": "page", | ||
"display": "visible", | ||
"theme": { | ||
"sidebar": true, | ||
"toc": true, | ||
"breadcrumb": true | ||
} | ||
}, | ||
"enterprise": { | ||
"title": "Enterprise", | ||
"type": "page", | ||
"display": "visible", | ||
"theme": { | ||
"sidebar": true, | ||
"toc": true, | ||
"breadcrumb": true | ||
} | ||
}, | ||
"blog": { | ||
"title": "Blog", | ||
"type": "page", | ||
"display": "visible", | ||
"theme": { | ||
"sidebar": true, | ||
"toc": true, | ||
"breadcrumb": true | ||
} | ||
}, | ||
"docs": { | ||
"title": "Docs", | ||
"type": "page", | ||
"display": "visible", | ||
"theme": { | ||
"sidebar": true, | ||
"toc": true, | ||
"breadcrumb": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"openapi": { | ||
"title": "OpenAPI", | ||
"display": "visible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"openapi": "OpenAPI", | ||
"rust": "Rust", | ||
"typescript": "TypeScript", | ||
"python": "Python" | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"openapi": { | ||
"title": "OpenAPI", | ||
"display": "visible" | ||
}, | ||
"rust": { | ||
"title": "Rust", | ||
"display": "visible" | ||
}, | ||
"typescript": { | ||
"title": "TypeScript", | ||
"display": "visible" | ||
}, | ||
"python": { | ||
"title": "Python", | ||
"display": "visible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# agdb dokumentace | ||
|
||
Stránky jsou v přípravě. | ||
|
||
[Dokumentace v angličtině](/en-US/docs) |
2 changes: 0 additions & 2 deletions
2
agdb_web_next/pages/api-docs/python.en-US.md → ..._web_next/pages/api-docs/python.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
--- | ||
title: "Python" | ||
description: "Python, Agnesoft Graph Database" | ||
navigation: | ||
title: "Python" | ||
--- | ||
|
||
# python |
2 changes: 0 additions & 2 deletions
2
agdb_web_next/pages/api-docs/rust.en-US.md → agdb_web_next/pages/api-docs/rust.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
--- | ||
title: "Rust" | ||
description: "Rust, Agnesoft Graph Database" | ||
navigation: | ||
title: "Rust" | ||
--- | ||
|
||
# rust | ||
|
2 changes: 0 additions & 2 deletions
2
...b_next/pages/api-docs/typescript.en-US.md → ..._next/pages/api-docs/typescript.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"blog": { | ||
"title": "Blog", | ||
"display": "visible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"blog": { | ||
"title": "Blog", | ||
"display": "visible" | ||
}, | ||
"why-not-sql": { | ||
"title": "Why Not SQL?", | ||
"display": "visible" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# agdb blog |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"dokumentace": { | ||
"title": "Dokumentace", | ||
"display": "visible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"docs": "Docs", | ||
"guides": "Guides", | ||
"examples": "Examples", | ||
"references": "References" | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"docs": { | ||
"title": "Docs", | ||
"display": "visible" | ||
}, | ||
"guides": { | ||
"title": "Guides", | ||
"display": "visible" | ||
}, | ||
"examples": { | ||
"title": "Examples", | ||
"display": "visible" | ||
}, | ||
"references": { | ||
"title": "references", | ||
"display": "visible" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# agdb dokumentace | ||
|
||
Stránky jsou v přípravě. | ||
|
||
[Dokumentace v angličtině](/en-US/docs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"enterprise": { | ||
"title": "Enterprise", | ||
"display": "visible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
{ | ||
"enterprise": "Enterprise", | ||
"pricing": "Pricing", | ||
"cloud": "Cloud", | ||
"self-hosted": "Self-hosted", | ||
"support": "Support", | ||
"sponsors": "Sponsors" | ||
"*": { | ||
"display": "hidden" | ||
}, | ||
"enterprise": { | ||
"title": "Enterprise", | ||
"display": "visible" | ||
}, | ||
"pricing": { | ||
"title": "Pricing", | ||
"display": "visible" | ||
}, | ||
"cloud": { | ||
"title": "Cloud", | ||
"display": "visible" | ||
}, | ||
"self-hosted": { | ||
"title": "Self-hosted", | ||
"display": "visible" | ||
}, | ||
"support": { | ||
"title": "Support", | ||
"display": "visible" | ||
}, | ||
"sponsors": { | ||
"title": "Sponsors", | ||
"display": "visible" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# agdb enterprise | ||
|
||
Stránky jsou v přípravě. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Kontaktujte nás |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# O agdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Ochrana osobních údajů |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Podmínky užití |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters