Refactoring (#1)
This PR is very far from perfect, and there are some things that do not work yet, but I think it's good enough to merge Co-authored-by: Shyam Saraswati <shyam.saraswati@gmail.com> Co-authored-by: Nikolai Rodionov <nikolai.rodionov@grandcentrix.net> Reviewed-on: https://git.badhouseplants.net/allanger/mkdocs-with-confluence/pulls/1
This commit is contained in:
BIN
example/docs/assets/argocd.png
Normal file
BIN
example/docs/assets/argocd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
17
example/docs/index.md
Normal file
17
example/docs/index.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Welcome to MkDocs
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.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 -h` - Print help message and exit.
|
||||
|
||||
## Project layout
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
5
example/docs/section1/page1.md
Normal file
5
example/docs/section1/page1.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Page1
|
||||
|
||||
Hello there
|
||||
|
||||

|
6
example/docs/section1/page2.md
Normal file
6
example/docs/section1/page2.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Page2
|
||||
|
||||
Hello there!
|
||||
<img src="assets/argocd.png"
|
||||
alt="Markdown Monster icon"
|
||||
style="float: left; margin-right: 10px;" />
|
3
example/docs/section1/sub_section/page1.md
Normal file
3
example/docs/section1/sub_section/page1.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Page1
|
||||
|
||||
Hello there
|
3
example/docs/section2/page1.md
Normal file
3
example/docs/section2/page1.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Page1
|
||||
|
||||
Hello there, it's section two
|
3
example/docs/section2/page2.md
Normal file
3
example/docs/section2/page2.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Page2
|
||||
|
||||
Hello there! Section two, can't you see?
|
Reference in New Issue
Block a user