From 36ae16bc7a8c137bc8b431efe8c3e1077ae1902b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 Jun 2024 15:55:03 -0400 Subject: [PATCH] tweak doc --- docs/index.md | 2 +- docs/{story.md => origin.md} | 0 mkdocs.yml | 6 ++++-- 3 files changed, 5 insertions(+), 3 deletions(-) rename docs/{story.md => origin.md} (100%) diff --git a/docs/index.md b/docs/index.md index 9ce4f9c9..f6037654 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -NeoDB is an open-source software and global community platform [since 2021](story.md). It allows users to manage and explore collections, reviews, and ratings for various cultural products, including books, movies, music, podcasts, games, and performances. Additionally, users can share their collections, publish microblogs, and engage with others in the Fediverse. NeoDB integrates the functionalities of platforms like Goodreads, Letterboxd, RateYourMusic, and Podchaser, among others. It also supports self-hosting and interconnection through containerized deployment and the ActivityPub protocol. +NeoDB is an open-source software and global community platform [since 2021](origin.md). It allows users to manage and explore collections, reviews, and ratings for various cultural products, including books, movies, music, podcasts, games, and performances. Additionally, users can share their collections, publish microblogs, and engage with others in the Fediverse. NeoDB integrates the functionalities of platforms like Goodreads, Letterboxd, RateYourMusic, and Podchaser, among others. It also supports self-hosting and interconnection through containerized deployment and the ActivityPub protocol. This project is licensed under AGPLv3. diff --git a/docs/story.md b/docs/origin.md similarity index 100% rename from docs/story.md rename to docs/origin.md diff --git a/mkdocs.yml b/mkdocs.yml index 74c44061..a5bf0b70 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,17 +4,19 @@ repo_url: http://github.com/neodb-social/neodb edit_uri: blob/main/docs/ site_description: Mark the things you love. nav: - - Introduction: 'index.md' + - About: 'index.md' - features.md - install.md - upgrade.md - configuration.md - troubleshooting.md - development.md - - 'Our Story': story.md + - origin.md theme: logo: assets/logo.svg name: material + font: + text: Lato palette: primary: custom accent: custom