Skip to content

Commit

Permalink
Add downloads docs, add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 1, 2024
1 parent 30acd16 commit f2085e2
Show file tree
Hide file tree
Showing 22 changed files with 816 additions and 37 deletions.
2 changes: 1 addition & 1 deletion app/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
21 changes: 19 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ import starlight from "@astrojs/starlight";
export default defineConfig({
integrations: [
starlight({
title: "My Docs",
title: "Linwood Flow",
customCss: [
// Relative path to your custom CSS file
"./src/styles/custom.css",
],
logo: {
src: "./public/img/docs.svg",
},
favicon: "./favicon.ico",
social: {
github: "https://github.com/withastro/starlight",
mastodon: "https://floss.social/@linwood",
matrix: "https://linwood.dev/matrix",
discord: "https://linwood.dev/discord",
github: "https://github.com/LinwoodDev/Flow",
},
components: {
SocialIcons: "./src/components/CustomSocialIcons.astro",
Head: "./src/components/Head.astro",
Footer: "./src/components/Footer.astro",
ContentPanel: "./src/components/ContentPanel.astro",
},
sidebar: [
{
Expand Down
5 changes: 4 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"sharp": "^0.33.5",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"devDependencies": {
"sass": "^1.80.5"
}
}
Loading

0 comments on commit f2085e2

Please sign in to comment.