Skip to content

Commit 0d151ae

Browse files
committed
short update
1 parent ecae8c2 commit 0d151ae

File tree

6 files changed

+31
-11
lines changed

6 files changed

+31
-11
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: [eksrha] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
5-
open_collective: doks # Replace with a single Open Collective username
5+
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Publish docs via GitHub Pages](https://github.com/fullstack-devops/fullstack-devops.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/fullstack-devops/fullstack-devops.github.io/actions/workflows/gh-pages.yml)
1+
[![Publish docs via GitHub Pages](https://github.com/fullstack-devops/fullstack-devops.github.io/actions/workflows/docs.yml/badge.svg)](https://github.com/fullstack-devops/fullstack-devops.github.io/actions/workflows/docs.yml)
22

33
# Docs for fullstack-devops
44

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to the documentation for [fullstack-devops](https://github.com/fullstack-devops)
44

5-
## Features
5+
## Features of this Orga
66

77
- Provide Helm charts to help define, install, and upgrade even the most
88
complex applications in Kubernetes.
@@ -11,6 +11,10 @@ Welcome to the documentation for [fullstack-devops](https://github.com/fullstack
1111
designed to run in a Kubernetes cluster.
1212
- Useful tools and software you might need while developing.
1313

14+
!!! info
15+
16+
If you need something that is not currently documented, do not hesitate and create an [issue](https://github.com/fullstack-devops/fullstack-devops.github.io/issues/new/choose).
17+
1418
## License
1519

16-
This project is licensed under the terms of the Apache 2.0 License license.
20+
Public projects in this organization are licensed under the terms of the Apache 2.0 License License.

docs/repos/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Repositories
22

3+
An overview and documentation for all public repositories of the Fullstack DevOps organization.

docs/stylesheets/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
.md-grid {
22
max-width: 75rem;
33
}
4+
5+
[data-md-color-primary="fsdevops"] {
6+
--md-primary-fg-color: #4c7c3c;
7+
--md-primary-fg-color--light: #c9d8c5;
8+
--md-primary-fg-color--dark: #335f27;
9+
--md-primary-bg-color: #fff;
10+
--md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);
11+
}
12+
13+
[data-md-color-accent="fsdevops"] {
14+
--md-accent-fg-color: #498497;
15+
--md-accent-fg-color--transparent: rgba(82, 108, 254, 0.1);
16+
--md-accent-bg-color: #fff;
17+
--md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
18+
}

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project information
2-
site_name: Docs for Fullstack and DevOps
2+
site_name: Fullstack applications and DevOps solutions
33
site_url: ""
4-
site_author: The fullstack-devops project
4+
site_author: The fullstack-devops orga
55
site_description: >-
66
Documentation for the fullstack-devops community and side projects
77
@@ -44,14 +44,14 @@ theme:
4444
# - toc.integrate
4545
palette:
4646
- scheme: default
47-
primary: indigo
48-
accent: indigo
47+
primary: fsdevops
48+
accent: fsdevops
4949
toggle:
5050
icon: material/brightness-7
5151
name: Switch to dark mode
5252
- scheme: slate
53-
primary: indigo
54-
accent: indigo
53+
primary: fsdevops
54+
accent: fsdevops
5555
toggle:
5656
icon: material/brightness-4
5757
name: Switch to light mode

0 commit comments

Comments
 (0)