Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eSSIF-Lab project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ESSIF-Lab
eSSIF-Lab project
Commits
b248ca67
Commit
b248ca67
authored
Mar 05, 2020
by
Thanasis Katsadas
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example page
parent
534339be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
docs/essif-lab.md
docs/essif-lab.md
+15
-0
docusaurus.config.js
docusaurus.config.js
+1
-1
sidebars.js
sidebars.js
+1
-0
No files found.
docs/essif-lab.md
0 → 100644
View file @
b248ca67
---
id
:
essif-lab
title
:
Itroduction
sidebar_label
:
Introduction
---
This is an example page in docusaurus.
You can see this commit to find out how to add a new page, how to make it
visible in the sidebar, and how to add it in the menu bar.
**Reminder**
Whenever you change the
`docusaurus.config.js`
or
`sidebars.js`
, you might need
to restart the dev server.
docusaurus.config.js
View file @
b248ca67
...
...
@@ -14,7 +14,7 @@ module.exports = {
src
:
'
img/logo.svg
'
,
},
links
:
[
{
to
:
'
docs/
doc1
'
,
label
:
'
Docs
'
,
position
:
'
left
'
},
{
to
:
'
docs/
essif-lab
'
,
label
:
'
Essif-lab
'
,
position
:
'
left
'
},
{
to
:
'
blog
'
,
label
:
'
Blog
'
,
position
:
'
left
'
},
{
href
:
'
https://gitlab.grnet.gr/essif-lab/essif-lab
'
,
...
...
sidebars.js
View file @
b248ca67
...
...
@@ -9,5 +9,6 @@ module.exports = {
someSidebar
:
{
Docusaurus
:
[
'
doc1
'
,
'
doc2
'
,
'
doc3
'
],
Features
:
[
'
mdx
'
],
"
Essif Lab
"
:
[
'
essif-lab
'
],
},
};
Thanasis Katsadas
@kathan
mentioned in issue
#1 (closed)
·
Mar 05, 2020
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment