Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
public/
.hugo_build.lock
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This is the official repository of OpenNebula's Documentation, currently in deve

You are encouraged to fork this repo and send us pull requests!


To contribute, you will need to clone this repo and build the documentation with the [Hugo web server](https://gohugo.io/).

To create issues to report changes and requests, please use the [OpenNebula main repository](https://github.com/OpenNebula/one), with label `Documentation`.

## Building
Expand All @@ -30,4 +33,4 @@ Hugo should build the site and expose it on `localhost:1313/7.0/`.
## More Info

- [Hugo installation](https://gohugo.io/installation/)
- [Hugo releases on GitHub](https://github.com/gohugoio/hugo/releases)
- [Hugo releases on GitHub](https://github.com/gohugoio/hugo/releases)
20 changes: 1 addition & 19 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enable = false


[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if >
# End user relevant links. These will show up on left side of footer and in the community page if it exists
[[params.links.user]]
name = "OpenNebula Newsletter - Updates on releases, events, tutorials..."
url = "https://opennebula.io/subscribe-to-opennebula-newsletter/"
Expand All @@ -91,25 +91,10 @@ enable = false
url = "https://github.com/OpenNebula"
icon = "fab fa-github"
desc = "Development takes place here!"
# Developer relevant links. These will show up on right side of footer and in the community page i>
#[[params.links.developer]]
# name = "Slack"
# url = "https://example.org/slack"
# icon = "fab fa-slack"
# desc = "Chat with other project developers"
#[[params.links.developer]]
# name = "Developer mailing list"
# url = "https://example.org/mail"
# icon = "fa fa-envelope"
# desc = "Discuss development issues around the project"


# Top menu
[menu]
#[[menu.main]]
# name = "Documentation"
# url = "/"
# weight = 1
[[menu.main]]
name = "Quick Start"
url = "/quick_start"
Expand Down Expand Up @@ -178,9 +163,6 @@ version_menu = "Versions"
[[module.mounts]]
source = 'static'
target = 'assets'
#[[module.mounts]] # for testing of dir. remapping
# source = 'content/7.0'
# target = 'content'

# added the user feedback module
[params.ui.feedback]
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/autoprefixer

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/browserslist

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/nanoid

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/postcss

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/update-browserslist-db

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/yaml

This file was deleted.

Loading