Skip to content

Commit

Permalink
Website improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
htngr committed Sep 17, 2024
1 parent 1b4be68 commit e15a88d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
Binary file modified docs/public/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export default defineConfig({
{ icon: 'github', mode: 'link', content: 'https://github.com/aformatik/codchi' },
],
nav: [
{
text: 'Docs',
link: '/docs/start/intro',
position: 'right',
},
{
text: 'Download',
items: [
Expand Down
10 changes: 0 additions & 10 deletions docs/src/global.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
:root {
--rp-c-brand: #4F74BC;
--rp-c-brand-dark: #4F74BC;
--rp-c-brand-darker: #010104;
--rp-c-brand-light: #7DB5DF;
--rp-c-brand-lighter: #FE9E01;
--rp-home-hero-name-background: -webkit-linear-gradient( 120deg, var(--rp-c-brand) 30%, var(--rp-c-brand-light) )
}

a {
color: var(--rp-c-brand-dark);
font-weight: inherit !important;
}
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pageType: home
hero:
name: Codchi
# text: Code Machines
tagline: Reproducible and Easy-to-Use Development Environment Manager
tagline: |
<span class="hero-tagline" style="line-height: 1.5">Codchi is a tool that manages your project's development environment in a reproducible and easy-to-use way. Setting up a development environment should be as easy as a `git clone`!</span>
actions:
- theme: brand
text: How it Works
Expand Down

0 comments on commit e15a88d

Please sign in to comment.