Skip to content
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
20 changes: 11 additions & 9 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
pageRef = "/guides/"
weight = 40

[[social]]
[[main]]
name = "GitHub"
pre = "<i class=\"fab fa-github fa-2x\"></i>"
url = "https://github.com/"
weight = 20

pre = "<i class=\"fab fa-github\"></i>"
url = "https://github.com/gethinode/hinode"
weight = 50
[main.params]
icon = true

# toml-docs-start sample-navigation
[[sample]]
name = "About"
Expand Down Expand Up @@ -165,14 +167,14 @@

[[footer]]
parent = "Community"
name = "GitHub"
url = "https://github.com/gethinode/hinode"
name = "Issues"
url = "https://github.com/gethinode/hinode/issues"
weight = 10

[[footer]]
parent = "Community"
name = "Issues"
url = "https://github.com/gethinode/hinode/issues"
name = "Discussions"
url = "https://github.com/gethinode/hinode/discussions"
weight = 20

[[footer]]
Expand Down
5 changes: 5 additions & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,15 @@
cc_by_nc_4_0 = "https://creativecommons.org/licenses/by-nc/4.0/"
cloudflare = "https://cloudflare.com"
commit_message = "https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html"
community_guidelines = "https://docs.github.com/articles/github-community-guidelines"
contrast_checker = "https://accessibleweb.com/color-contrast-checker/"
core_web_vitals = "https://web.dev/vitals/#core-web-vitals"
css_codeguide = "https://codeguide.co/#css"
dependabot = "https://docs.github.com/en/code-security/dependabot/dependabot-version-updates"
discussions = "https://github.com/gethinode/hinode/discussions"
discussions_help = "https://github.com/gethinode/hinode/discussions/categories/help"
discussions_ideas = "https://github.com/gethinode/hinode/discussions/categories/ideas"
discussions_showcases = "https://github.com/gethinode/hinode/discussions/categories/show-and-tell"
doks = "https://github.com/h-enk/doks"
eslint = "https://eslint.org"
flexsearch = "https://github.com/nextapps-de/flexsearch"
Expand Down
6 changes: 5 additions & 1 deletion content/en/docs/0.9/getting-started/contribute.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Contribute
description: Contribute to the open-source development of Hinode.
date: 2023-05-15
date: 2023-06-07
aliases:
- "/docs/0.9/contribute/"
- "/docs/contribute/"
Expand All @@ -15,6 +15,10 @@ Hinode is fully open source and welcomes any contribution, either big or small.

The [issue tracker]({{< param "links.issue_tracker" >}}) on GitHub is the preferred channel for bug reports, feature requests and submitting pull requests.

## Asking for support

Use the [GitHub Discussions]({{< param "links.discussions" >}}) to ask for [support from the Hinode community]({{< param "links.discussions_help" >}}). The discussion forum also includes other topics, such as [ideas]({{< param "links.discussions_ideas" >}}) and [showcases]({{< param "links.discussions_showcases" >}}). We strive for a safe, welcoming, and productive community. The [community guidelines]({{< param "links.community_guidelines" >}}) provide more context about the expectations, moderation policy, and terms of service.

## Bug reports

A bug is a *demonstrable problem* that is caused by the code in the repository. This may also include issues with the documentation or configuration files. Before filing a bug report, please consider the following guidelines:
Expand Down
2 changes: 2 additions & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
"fa-wrapper",
"fa-xl",
"fa-xs",
"fab",
"fade",
"fade-bottom",
"fade-bottom-5",
Expand Down Expand Up @@ -737,6 +738,7 @@
"animating-icons",
"anonymous-users",
"arguments",
"asking-for-support",
"aspect-ratio",
"assumptions",
"assumptions-1",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/docs",
"version": "0.10.5",
"version": "0.10.6",
"description": "The source for https://gethinode.com",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@gethinode/hinode": "^0.14.6",
"@gethinode/hinode": "^0.14.7",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0",
"cssnano": "^6.0.1",
Expand Down