Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
bb496a90
Commit
bb496a90
authored
Dec 04, 2015
by
Marcel Stör
Browse files
Add first MkDocs skeleton
parent
f9400fdd
Changes
2
Show whitespace changes
Inline
Side-by-side
docs/index.md
0 → 100644
View file @
bb496a90
# Welcome to MkDocs
For full documentation visit
[
mkdocs.org
](
http://mkdocs.org
)
.
## Commands
*
`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.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
mkdocs.yml
0 → 100644
View file @
bb496a90
site_name
:
NodeMCU Documentation
site_description
:
Description of the NodeMCU documentation
theme
:
readthedocs
pages
:
-
[
'
index.md'
,
'
Index'
]
\ No newline at end of file
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