✨ [website] Añade la web que presenta PageTop
This commit is contained in:
parent
d447cd3e30
commit
c5330036d6
38 changed files with 2030 additions and 46 deletions
11
website/doc/v0.0/en/book.toml
Normal file
11
website/doc/v0.0/en/book.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[book]
|
||||
authors = ["Manuel Cillero"]
|
||||
language = "en"
|
||||
src = "src"
|
||||
title = "PageTop Guides"
|
||||
|
||||
[build]
|
||||
build-dir = "../../../static/doc/v0.0/en"
|
||||
|
||||
[output.html]
|
||||
theme = "../../theme"
|
||||
3
website/doc/v0.0/en/src/404.md
Normal file
3
website/doc/v0.0/en/src/404.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Document not found (404)
|
||||
|
||||
This URL is invalid, sorry. Try the search instead!
|
||||
3
website/doc/v0.0/en/src/SUMMARY.md
Normal file
3
website/doc/v0.0/en/src/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
[Introduction](intro.md)
|
||||
3
website/doc/v0.0/en/src/intro.md
Normal file
3
website/doc/v0.0/en/src/intro.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div style="border: 1px solid black; padding: 10px; text-align: center;">
|
||||
<strong>This website is under construction</strong>.<br>If you're curious, you can read the <a href="/doc/latest/es">latest version of this guide in Spanish</a>.
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue