Skip to content

Commit

Permalink
Merge pull request #28 from theam/LLM-307/review-contributing-and-COD…
Browse files Browse the repository at this point in the history
…-documentation

Removed redundant symlink and fixed double header issue by hiding the one from the original markdown files.
  • Loading branch information
NickSeagull authored Jul 19, 2023
2 parents 57df796 + 843cd18 commit 304db80
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
1 change: 0 additions & 1 deletion website/CONTRIBUTING.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import CodeOfConduct from '../../../CODE_OF_CONDUCT.md';

# Code of Conduct
# Contributor Covenant Code of Conduct

<div class="hiddenh1s">
<CodeOfConduct/>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import ContributingGuide from '../../../CONTRIBUTING.md';

# Introduction
# Contributing Guide

<div class="hiddenh1s">
<ContributingGuide />
</div>
10 changes: 10 additions & 0 deletions website/docs/04_community/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Community

Community contributions are essential to the development and refinement of eLLMental. You can become a part of the eLLMental community in the following ways:

1. Join the conversation in our [Discord server](https://discord.gg/34cBbvjjAx).
2. Send us suggestions, questions, or feature requests by creating a [New Issue](https://github.com/theam/ellmental/issues/new).
3. Look at the [Open Issues](https://github.com/theam/ellmental/issues), choose one that interests you, and start contributing.
4. Spread the word about eLLMental!

Find detailed instructions and guidelines in the [Contributing Guide](contributing), and make sure to read our [Code of Conduct](code_of_conduct) before you start contributing.
12 changes: 8 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ const sidebars = {
// },
{
type: 'category',
label: 'Contributing',
label: 'Community',
link: {
type: 'doc',
id: 'contributing/index'
id: 'community/index'
},
items: [
'contributing/index',
'contributing/code_of_conduct',
'community/contributing',
{
type: 'doc',
id: 'community/code_of_conduct',
label: 'Code of Conduct'
}
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@
.navbar__logo {
height: 1.5rem;
}

.hiddenh1s > h1 {
display: none;
}

0 comments on commit 304db80

Please sign in to comment.