forked from D-Net/openaire-graph-docs
Merge pull request 'Redirect to OpenPlato' (#6) from learning-center into main
Reviewed-on: D-Net/openaire-graph-docs#6
This commit is contained in:
commit
f581623ce0
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"label": "Learning center",
|
|
||||||
"position": 9,
|
|
||||||
"link": {
|
|
||||||
"type": "generated-index",
|
|
||||||
"description": "5 minutes to learn the most important Docusaurus concepts."
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
# OpenPlato Webinars
|
|
||||||
<span className="todo">TODO</span>
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
sidebar_position: 2
|
|
||||||
---
|
|
||||||
|
|
||||||
# Tutorials
|
|
||||||
<span className="todo">TODO</span>
|
|
||||||
|
|
|
@ -98,13 +98,9 @@ const sidebars = {
|
||||||
id: 'services'
|
id: 'services'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: "link",
|
||||||
label: "Learning center",
|
label: "Learning center",
|
||||||
link: { type: 'generated-index' },
|
href: "https://openplato.eu/"
|
||||||
items: [
|
|
||||||
{ type: 'doc', id: 'learning-center/open-plato' },
|
|
||||||
{ type: 'doc', id: 'learning-center/tutorials' },
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'doc',
|
type: 'doc',
|
||||||
|
|
Loading…
Reference in New Issue