Skip to content

Commit

Permalink
adding initial documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Nov 17, 2024
1 parent 099c140 commit 57d947d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,3 @@ def bubble_sort(items):
if items[j] > items[j + 1]:
items[j], items[j + 1] = items[j + 1], items[j]
```

## Icons and Emojs

:smile:

:fontawesome-regular-face-laugh-wink:

:fontawesome-brands-twitter:{ .twitter }

:octicons-heart-fill-24:{ .heart }
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: MkDocs YouTube Tutorial
site_name: kc-config-cli
site_url: https://adorsys.github.io/keycloak-config-cli/
theme:
name: material
Expand Down

0 comments on commit 57d947d

Please sign in to comment.