File tree 5 files changed +6
-40
lines changed
5 files changed +6
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # FerrumC Documentation
2
- This is the public repository for our documentation.\
3
- You can access the docs [ here] ( https://docs.ferrumc.com/ ) .
4
-
5
- ## Contributing
6
- Want to contribute? See the below guide.
7
-
8
- 1 . [ Fork the repository] ( https://github.com/ferrumc-rs/docs/fork ) and then clone it.
9
- ``` bash
10
- git clone https://github.com/user/docs
11
- ```
12
-
13
- 2 . Open a terminal in the new cloned repository folder and run ` npm install ` . This will install necessary dependencies.
14
-
15
- 3 . Run ` npm run dev ` to start a dev server. You will be provided with a link that will update automatically on changes.
16
-
17
- 4 . Make your changes! Experiment, and then open a PR.
1
+ ## This work is licensed under a CC BY 4.0 licence.
Original file line number Diff line number Diff line change 1
1
---
2
2
import { Tabs } from ' @astrojs/starlight/components' ;
3
3
import type { ComponentProps } from ' astro/types' ;
4
+
4
5
type Props = ComponentProps <typeof Tabs >;
5
6
---
7
+
6
8
<div class =" hide-tablist" >
7
9
<Tabs {... Astro .props }><slot /></Tabs >
8
10
</div >
11
+
9
12
<style >
10
13
.hide-tablist :global(.tablist-wrapper) {
11
14
display: none;
Original file line number Diff line number Diff line change @@ -322,4 +322,4 @@ You can change logging level by using ```--log=<level>```:
322
322
323
323
324
324
325
- ---
325
+ ---
Original file line number Diff line number Diff line change 2
2
: root {
3
3
--sl-color-accent-low : # 460b05 ;
4
4
--sl-color-accent : # c60e00 ;
5
- --sl-color-accent-high : # e35519 ;
5
+ --sl-color-accent-high : # feb3a6 ;
6
6
--sl-color-white : # ffffff ;
7
7
--sl-color-gray-1 : # f3ecea ;
8
8
--sl-color-gray-2 : # c8c0be ;
You can’t perform that action at this time.
0 commit comments