Skip to content

Commit cd3ba1f

Browse files
authored
Merge pull request #83 from ghostbsd/Getting-started
Reworking getting-started
2 parents 752b035 + c8ab817 commit cd3ba1f

File tree

10 files changed

+154
-383
lines changed

10 files changed

+154
-383
lines changed

_static/dark_mode.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,11 @@ body.dark-mode .wy-menu-vertical li.toctree-l3.current {
187187
/* Ensure the <a> inside li.toctree-l3.current does not override the background */
188188
body.dark-mode .wy-menu-vertical li.toctree-l3.current a {
189189
background-color: transparent !important;
190-
}
190+
}
191+
192+
/* Fix inline <code> background in dark mode */
193+
body.dark-mode code.docutils.literal.notranslate {
194+
background-color: #232323; /* Match your <pre> background */
195+
border-radius: 3px;
196+
border-color: #3c3c3c;
197+
}

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# List of patterns, relative to source directory, that match files and
4949
# directories to ignore when looking for source files.
5050
# This pattern also affects html_static_path and html_extra_path.
51-
exclude_patterns = []
51+
exclude_patterns = ['README.md']
5252

5353

5454
# -- Options for HTML output -------------------------------------------------

contributor/contributor-levels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GhostBSD Contributor Levels
22
===========================
33

4-
## 1. Junior Contributors
4+
## 1. New Contributors
55
**Description:** New members who are actively contributing to the project.
66

77
**Access and Permissions:** Access to public repositories with full capabilities to create branches and submit pull requests.

contributor/documentation-pl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Te trzy platformy komunikacyjne są ze sobą połączone. Bez względu na to, cz
1313

1414
## Uzyskiwanie zasobów
1515

16-
Aby dokumentować projekty GhostBSD, warto uruchomić [najnowszą wersję GhostBSD](https://www.ghostbsd.org/download#latest_builds), a do dokumentowania projektów innych firm potrzebna będzie również najnowsza wersja tego programu. Używamy [Sphinx](https://www.sphinx-doc.org) z [MyST](https://myst-parser.readthedocs.io), co ułatwia tworzenie naszego Centrum Dokumentacji. Każdy, kto chce pomóc, powinien zacząć zapoznawać się z [Git](getting-started.md#knowing-how-to-use-git), [GitHub](getting-started.md#knowing-how-to-use-github) i [MyST Markdown syntax](https://myst-parser.readthedocs.io/en/latest/intro.html).
16+
Aby dokumentować projekty GhostBSD, warto uruchomić [najnowszą wersję GhostBSD](https://www.ghostbsd.org/download#latest_builds), a do dokumentowania projektów innych firm potrzebna będzie również najnowsza wersja tego programu. Używamy [Sphinx](https://www.sphinx-doc.org) z [MyST](https://myst-parser.readthedocs.io), co ułatwia tworzenie naszego Centrum Dokumentacji. Każdy, kto chce pomóc, powinien zacząć zapoznawać się z [Git](getting-started/getting-started.md#knowing-how-to-use-git), [GitHub](getting-started/getting-started.md#knowing-how-to-use-github) i [MyST Markdown syntax](https://myst-parser.readthedocs.io/en/latest/intro.html).
1717

1818
Instrukcje dotyczące instalacji i konfiguracji można znaleźć w repozytorium [GhostBSD Documentation GitHub](https://github.com/ghostbsd/documentation#local-development-server).
1919

contributor/documentation.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<h1>Documentation Contribution</h1>
1+
Documentation Contribution
2+
==========================
23

34
Writing documentation is a great way to start improving GhostBSD user experience and you will be helping a lot of GhostBSD users to better understand their desktop and applications. Anyone with reasonable English skills and good knowledge of FreeBSD, GhostBSD or MATE can help.
45

@@ -13,7 +14,7 @@ Those three messaging platform are connected together. So whatever you use IRC,
1314

1415
## Getting the resources
1516

16-
In order to document GhostBSD projects, you will want to run a [recent GhostBSD build](https://www.ghostbsd.org/download#latest_builds), and to document third-party projects, you will also need a recent version of that program. We are use [Sphinx](https://www.sphinx-doc.org) with [MyST](https://myst-parser.readthedocs.io) to makes it easy to create our Documentation Hub. Any one that wants to help should start to be familiar with [Git](getting-started.md#knowing-how-to-use-git), [GitHub](getting-started.md#knowing-how-to-use-github) and [MyST Markdown syntax](https://myst-parser.readthedocs.io/en/latest/intro.html).
17+
In order to document GhostBSD projects, you will want to run a [recent GhostBSD build](https://www.ghostbsd.org/download#latest_builds), and to document third-party projects, you will also need a recent version of that program. We are use [Sphinx](https://www.sphinx-doc.org) with [MyST](https://myst-parser.readthedocs.io) to makes it easy to create our Documentation Hub. Any one that wants to help should start to be familiar with [Git](getting-started/getting-started.md#knowing-how-to-use-git), [GitHub](getting-started/getting-started.md#knowing-how-to-use-github) and [MyST Markdown syntax](https://myst-parser.readthedocs.io/en/latest/intro.html).
1718

1819
The instructions for install and setup can be found on the [GhostBSD Documentation GitHub](https://github.com/ghostbsd/documentation#local-development-server) repository.
1920

contributor/getting-started-pl.md

-190
This file was deleted.

0 commit comments

Comments
 (0)