From 9d549ca1ead5531073804bc2d5300636531baf01 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Mon, 19 Feb 2024 23:13:53 +0100 Subject: [PATCH] more details --- README.md | 2 +- docs/src/.vitepress/config.mts | 4 ++ docs/src/.vitepress/theme/style.css | 18 ++++---- docs/src/components/AsideTrustees.vue | 61 +++++++++++++++++++++------ docs/src/index.md | 24 ++++++----- 5 files changed, 75 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 64e4eb14..886a5a1e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![][docs-dev-img]][docs-dev-url][![DOI][zenodo-img]][zenodo-url][![][ci-img]][ci-url] [![][codecov-img]][codecov-url] [![][coveralls-img]][coveralls-url][![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/YAXArrays&label=Downloads)](https://pkgs.genieframework.com?packages=YAXArrays) - + [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg [docs-dev-url]: https://JuliaDataCubes.github.io/YAXArrays.jl/dev/ diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 5bc40a2f..0108cdea 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -88,6 +88,10 @@ export default defineConfig({ { text: 'How do I ...', link: '/HowdoI/howdoi' }, { text: 'Contribute to docs', link: '/HowdoI/contribute' } ]}, + { text: 'API', + items: [ + { text: 'API Reference', link: 'api' }, + ]}, ], socialLinks: [ diff --git a/docs/src/.vitepress/theme/style.css b/docs/src/.vitepress/theme/style.css index 5fedcf78..83967bdd 100644 --- a/docs/src/.vitepress/theme/style.css +++ b/docs/src/.vitepress/theme/style.css @@ -39,7 +39,7 @@ --c-black-lighter: #262a44; --vp-c-brand: #646cff; --vp-c-brand-light: #747bff; - --vp-c-brand-lighter: #9499ff; + --vp-c-brand-lighter: #3d6692; --vp-c-brand-lightest: #bcc0ff; --vp-c-brand-dark: #535bf2; --vp-c-brand-darker: #454ce1; @@ -146,10 +146,10 @@ mjx-container > svg { * -------------------------------------------------------------------------- */ :root { - --vp-c-brand-1: #bd34fe; - --vp-c-brand-2: #bd34fe; - --vp-c-brand-3: #bd34fe; - --vp-c-sponsor: #bd34fe; + --vp-c-brand-1: #0087d7; + --vp-c-brand-2: #0773b2; + --vp-c-brand-3: #347090; + --vp-c-sponsor: #ee4e95; --vitest-c-sponsor-hover: #c13071; } @@ -165,9 +165,9 @@ mjx-container > svg { --vp-c-mute: var(--vp-c-bg-mute); --vp-c-mute-dark: var(--c-black-lighter); --vp-c-mute-darker: var(--c-black-darker); - --vp-c-brand-1: #0087d7; - --vp-c-brand-2: #0087d7; - --vp-c-brand-3: #0087d7; - --vp-c-sponsor: #ee4e95; + --vp-c-brand-1: #ff875f; + --vp-c-brand-2: #ff875f; + --vp-c-brand-3: #ff875f; + --vp-c-sponsor: #ff875f; --vitest-c-sponsor-hover: #e51370; } \ No newline at end of file diff --git a/docs/src/components/AsideTrustees.vue b/docs/src/components/AsideTrustees.vue index 9153a6eb..67989e03 100644 --- a/docs/src/components/AsideTrustees.vue +++ b/docs/src/components/AsideTrustees.vue @@ -1,4 +1,3 @@ -