Skip to content
Snippets Groups Projects
Commit 2ddbc4a2 authored by Fréderic LOUI's avatar Fréderic LOUI
Browse files

Initial commit

parent 44af8219
Branches
No related tags found
No related merge requests found
site/
*.tar.gz
__pycache__/
.DS_Store
tst/
old-raw/
**NMaaS** is a **[GÉANT](https://www.geant.org)** project from the **[GÉANT fourth programme](https://www.geant.org/Projects/GEANT_Project_GN4-3)** (GN4-3)
## Useful links
- [A useful link](http://beta-docs.nmaas.eu)
## Project members
!!! info
Put project member icons
# **Contact us !**
## NMaaS mailing list
- [nmaas@lists.geant.org](mailto:nmaas@lists.geant.org): If you want to reach NMaaS project coordinators
- [nmaas-users@lists.geant.org](mailto:nmaas-users@lists.geant.org): Discussion related NMaaS usage
- [nmaas-dev@lists.geant.org](mailto:nmaas-dev@lists.geant.org): Discussion related to NMaaS developers
@font-face {
font-family: Airlock;
src: url('fonts/airlock.ttf');
/*src: url('css/airlock.ttf'); **/
}
span.md-header-nav__topic {
font-family: Airlock;
}
article ul ul {
list-style-type: circle !important;
}
article ul ul ul {
list-style-type: square !important;
}
.nextWrapper {
position: relative;
/*padding-bottom: 56.25%; /* 16:9 */
/*padding-bottom: 69.325%;*/
padding-bottom: 100%;
padding-top: 25px;
height: 100%;
}
.nextWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
File added
# Getting started
## [Hello NMaaS !](001-hello-nmaas.md)
docs/img/under-construction-small.png

9.04 KiB

docs/img/under-construction.png

241 KiB

# **NMaaS** home
## **Overview**
# License
**Copyright [2019] [[GÉANT](https://www.geant.org/) [RARE project](https://wiki.geant.org/display/RARE)]**
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
site_name: RARE/NMaaS documentation
site_dir: ../docs.freertr.org/
nav:
- Home: index.md
- Getting started:
- Hello NMaaS !: 'guides/getting-started/001-hello-world.md'
- License: license.md
- Contacts: contacts.md
- About: about.md
theme:
logo: 'img/rare-icon.png'
favicon: 'img/favicon.ico'
name: 'material'
palette:
scheme: default
primary: 'blue'
accent: 'light blue'
extra_css:
- 'css/extra.css'
extra:
search:
language: 'en'
tokenizer: '[\s\-\.]+'
markdown_extensions:
- pymdownx.snippets:
base_path: ['docs/guides/reference/snippets','.']
check_paths: true
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment