[website] Añade la web que presenta PageTop

This commit is contained in:
Manuel Cillero 2024-12-25 09:48:05 +01:00
parent d447cd3e30
commit c5330036d6
38 changed files with 2030 additions and 46 deletions

View 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"

View file

@ -0,0 +1,3 @@
# Document not found (404)
This URL is invalid, sorry. Try the search instead!

View file

@ -0,0 +1,3 @@
# Summary
[Introduction](intro.md)

View 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>