Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs #58

Merged
merged 4 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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