Skip to content

Commit fc05c8c

Browse files
authored
Merge pull request #107 from gethinode/develop
Introduce discussions
2 parents ec082ef + 3923312 commit fc05c8c

File tree

6 files changed

+31
-18
lines changed

6 files changed

+31
-18
lines changed

config/_default/menus/menus.en.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222
pageRef = "/guides/"
2323
weight = 40
2424

25-
[[social]]
25+
[[main]]
2626
name = "GitHub"
27-
pre = "<i class=\"fab fa-github fa-2x\"></i>"
28-
url = "https://github.com/"
29-
weight = 20
30-
27+
pre = "<i class=\"fab fa-github\"></i>"
28+
url = "https://github.com/gethinode/hinode"
29+
weight = 50
30+
[main.params]
31+
icon = true
32+
3133
# toml-docs-start sample-navigation
3234
[[sample]]
3335
name = "About"
@@ -165,14 +167,14 @@
165167

166168
[[footer]]
167169
parent = "Community"
168-
name = "GitHub"
169-
url = "https://github.com/gethinode/hinode"
170+
name = "Issues"
171+
url = "https://github.com/gethinode/hinode/issues"
170172
weight = 10
171173

172174
[[footer]]
173175
parent = "Community"
174-
name = "Issues"
175-
url = "https://github.com/gethinode/hinode/issues"
176+
name = "Discussions"
177+
url = "https://github.com/gethinode/hinode/discussions"
176178
weight = 20
177179

178180
[[footer]]

config/_default/params.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,15 @@
210210
cc_by_nc_4_0 = "https://creativecommons.org/licenses/by-nc/4.0/"
211211
cloudflare = "https://cloudflare.com"
212212
commit_message = "https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html"
213+
community_guidelines = "https://docs.github.com/articles/github-community-guidelines"
213214
contrast_checker = "https://accessibleweb.com/color-contrast-checker/"
214215
core_web_vitals = "https://web.dev/vitals/#core-web-vitals"
215216
css_codeguide = "https://codeguide.co/#css"
216217
dependabot = "https://docs.github.com/en/code-security/dependabot/dependabot-version-updates"
218+
discussions = "https://github.com/gethinode/hinode/discussions"
219+
discussions_help = "https://github.com/gethinode/hinode/discussions/categories/help"
220+
discussions_ideas = "https://github.com/gethinode/hinode/discussions/categories/ideas"
221+
discussions_showcases = "https://github.com/gethinode/hinode/discussions/categories/show-and-tell"
217222
doks = "https://github.com/h-enk/doks"
218223
eslint = "https://eslint.org"
219224
flexsearch = "https://github.com/nextapps-de/flexsearch"

content/en/docs/0.9/getting-started/contribute.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Contribute
33
description: Contribute to the open-source development of Hinode.
4-
date: 2023-05-15
4+
date: 2023-06-07
55
aliases:
66
- "/docs/0.9/contribute/"
77
- "/docs/contribute/"
@@ -15,6 +15,10 @@ Hinode is fully open source and welcomes any contribution, either big or small.
1515

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

18+
## Asking for support
19+
20+
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.
21+
1822
## Bug reports
1923

2024
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:

hugo_stats.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
"fa-wrapper",
322322
"fa-xl",
323323
"fa-xs",
324+
"fab",
324325
"fade",
325326
"fade-bottom",
326327
"fade-bottom-5",
@@ -737,6 +738,7 @@
737738
"animating-icons",
738739
"anonymous-users",
739740
"arguments",
741+
"asking-for-support",
740742
"aspect-ratio",
741743
"assumptions",
742744
"assumptions-1",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gethinode/docs",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "The source for https://gethinode.com",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@fortawesome/fontawesome-free": "^6.4.0",
4040
"@fullhuman/postcss-purgecss": "^5.0.0",
41-
"@gethinode/hinode": "^0.14.6",
41+
"@gethinode/hinode": "^0.14.7",
4242
"autoprefixer": "^10.4.14",
4343
"bootstrap": "^5.3.0",
4444
"cssnano": "^6.0.1",

0 commit comments

Comments
 (0)