Skip to content
Snippets Groups Projects
Commit 7c7f4a24 authored by pablo_import's avatar pablo_import
Browse files

Add first dummy docs

parent 72833f24
Branches
No related tags found
No related merge requests found
=== "Chimay"
Chimay adfasdf
=== "Karmeliet"
Karmeliet is a fantastic blond Belgian beer.
=== "leffe"
asdfasdfasfd
# Welcome to MkDocs
# Testing mkdocs
This is a test site hosted on [GitLab Pages](https://pages.gitlab.io). You can
[browse its source code](https://gitlab.com/pages/mkdocs), fork it and start
using it on your projects.
hi there
For full documentation visit [mkdocs.org](http://mkdocs.org).
## Commands
:smile:
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
:smile:
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
```python
# Hello world example (Python)
print("Hello World!")
zero_to_ten_double = [2*x for x in range(10)]
```
!!! note
hiiii
!!! tip "yeeee"
aasdfasdfasfd
=== "C"
``` c
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}
```
=== "C++"
``` c++
#include <iostream>
int main(void) {
std::cout << "Hello world!" << std::endl;
return 0;
}
```
# lele
=== "AAA"
``` c
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}
```
=== "C++"
``` c++
#include <iostream>
int main(void) {
std::cout << "Hello world!" << std::endl;
return 0;
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment