You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the main documentation repository for the documentation available at https://docs.giantswarm.io.
4
+
5
+
## Contributing
6
+
7
+
**We welcome any contributions on content to this repository in the form of pull requests!**
8
+
9
+
Please review the [Contribution guidelines](CONTRIBUTING.md) for guidelines on suggesting changes and getting them published this repository.
10
+
11
+
If you are an employee of Giant Swarm you can get more information per [intranet page](https://intranet.giantswarm.io/docs/product/docs/) with info on style and other pre-requisites.
12
+
13
+
While making changes, please use
14
+
15
+
```sh
16
+
make dev
17
+
```
18
+
19
+
to render the results. This serves the web content on http://localhost:1313/ by default. Please check if your changes display correctly before opening a pull request.
20
+
21
+
### Content linting
22
+
23
+
When writing docs content, the linter can help you a great deal to keep the content consistent and clean. You can run the linter with:
24
+
25
+
```sh
26
+
make lint-prose
27
+
```
28
+
29
+
When editing content in Microsoft Visual Studio Code, you can also use the [vale-vscode](https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode) extension to see errors and editing suggestions while you write.
30
+
31
+
To keep third party style rules up-to-date, please run `make lint-prose-update` and commit the resulting changes.
32
+
33
+
## Search
34
+
35
+
The search functionality works since last Nov 2023 using a third-party system called [Inkeep](https://inkeep.com/) which makes use of Artificial Intelligence to index all the content of our docs and serve good results. Also, it allows to have a conversational interface to get a faster response in our wide documentation hub.
36
+
37
+
In [the internal portal](https://portal.inkeep.com/) we've defined our docs as main source of content for the Large Language Model(LLM) instance which will be scrapped weekly to digest new content. Access is granted via OIDC and Google.
38
+
39
+
Since we use Inkeep for more uses cases the project for docs is called "Giant Swarm customer facing". There in the integration you can see our docs and the configuration keys needed to bootstrap the widget. The code that triggers the render the widget is in `/src/assets/scripts/base.js` and the styles are part of `/static/css/inkeep.css`. Most of the options for the widget are defaulted and only style has be customized to fit our documentation's layout.
40
+
41
+
## Diagrams
42
+
43
+
We use [mermaid](https://mermaid.js.org/) for diagrams. You need to annotate the page previously in the front matter to load the mermaid code (`mermaid: true`). Then you can use the shortcode `{{< mermaid >}}` to add the diagram code.
44
+
45
+
## License
46
+
47
+
The content in this repository is licensed under the [Creative Commons Attribution ShareAlike](http://creativecommons.org/licenses/by-sa/4.0/) license.
48
+
49
+
For attribution, please use either:
50
+
51
+
- Giant Swarm
52
+
- giantswarm.io
53
+
54
+
and link, if possible, to https://www.giantswarm.io/
0 commit comments