Skip to content

Commit

Permalink
Improve docs (#58)
Browse files Browse the repository at this point in the history
* switch theme

Signed-off-by: Flipez <[email protected]>

* update generator

Signed-off-by: Flipez <[email protected]>

* fix path and style

Signed-off-by: Flipez <[email protected]>

* change base url

Signed-off-by: Flipez <[email protected]>
  • Loading branch information
Robert Müller authored Jan 19, 2022
1 parent a06b079 commit 5915317
Show file tree
Hide file tree
Showing 48 changed files with 134 additions and 6,983 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/themes/hugo-book"]
path = docs/themes/hugo-book
url = https://github.com/alex-shpak/hugo-book
17 changes: 0 additions & 17 deletions docs/babel.config.js

This file was deleted.

54 changes: 54 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
baseURL = '/'
title = '🚀🇱🅰🆖'
theme = 'hugo-book'

# Book configuration
disablePathToLower = true
enableGitInfo = true

# Needed for mermaid/katex shortcodes
[markup]
[markup.highlight]
style = 'dracula'

[markup.goldmark.renderer]
unsafe = true

[markup.tableOfContents]
startLevel = 1

[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
weight = 1

[menu]
# [[menu.before]]
[[menu.after]]
name = "Github"
url = "https://github.com/flipez/rocket-lang"
weight = 10



[params]
custom_css = ["css/custom.css"]

BookTheme = 'dark'
BookToC = true
BookLogo = 'logo.png'

# BookMenuBundle = '/menu'
BookSection = 'docs'
BookRepo = 'https://github.com/flipez/rocket-lang'

# BookCommitPath = 'commit'
BookEditPath = 'edit/master/docs'
BookDateFormat = 'January 2, 2006'
BookSearch = true
BookComments = false

BookPortableLinks = true
BookServiceWorker = true
BookTranslatedOnly = false
100 changes: 0 additions & 100 deletions docs/config/_default/config.toml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/config/_default/languages.toml

This file was deleted.

29 changes: 0 additions & 29 deletions docs/config/_default/markup.toml

This file was deleted.

28 changes: 0 additions & 28 deletions docs/config/_default/menus/menus.en.toml

This file was deleted.

85 changes: 0 additions & 85 deletions docs/config/_default/params.toml

This file was deleted.

1 change: 0 additions & 1 deletion docs/config/next/config.toml

This file was deleted.

37 changes: 0 additions & 37 deletions docs/config/postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/config/production/config.toml

This file was deleted.

Loading

1 comment on commit 5915317

@vercel
Copy link

@vercel vercel bot commented on 5915317 Jan 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.