Skip to content

Commit

Permalink
Merge pull request #9 from matzemathics/main
Browse files Browse the repository at this point in the history
Include nemo logo + expand documentation
  • Loading branch information
mmarx authored Oct 1, 2024
2 parents f2e2959 + 2674a6f commit 21bd9ef
Show file tree
Hide file tree
Showing 12 changed files with 470 additions and 31 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export default defineConfig({
integrations: [
starlight({
title: "Nemo Rule Engine",
logo: {
dark: "./src/assets/nemo-logo-rusty-bright-nomargin.svg",
light: "./src/assets/nemo-logo-rusty-nomargin.svg",
},
customCss: ["./src/tailwind.css"],
favicon: "/favicon.svg",
social: {
Expand Down
11 changes: 11 additions & 0 deletions logo/src/colorscheme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<span class=comment>/* List */</span>
0c2227, 18434e, 2a768a, 8cbfcc, e3eff3
#0c2227, #18434e, #2a768a, #8cbfcc, #e3eff3

<span class=comment>/* Comma Seperated */</span>
0c2227,18434e,2a768a,8cbfcc,e3eff3
#0c2227,#18434e,#2a768a,#8cbfcc,#e3eff3

<span class=comment>/* Array */</span>
["0c2227","18434e","2a768a","8cbfcc","e3eff3"]
["#0c2227","#18434e","#2a768a","#8cbfcc","#e3eff3"]
1 change: 0 additions & 1 deletion public/favicon.svg

This file was deleted.

53 changes: 53 additions & 0 deletions src/assets/nemo-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions src/assets/nemo-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 21bd9ef

Please sign in to comment.