From a412d4a018f0e6ceacafce481a71e636b4e9ed3b Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 25 Sep 2024 19:40:54 +0530 Subject: [PATCH 1/3] Changed favicon --- public/favicon.ico | Bin 0 -> 4286 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/favicon.ico diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..853a333bb35e2f4c46d2c085c9f7ce75504e8602 GIT binary patch literal 4286 zcmeI0+fx&F6vxy5pf7ehb?Q*5iU^Ei5DAwg$R((N1Psd6OTY_-Qf%=u6_uj(f~`PB zP=ZkbK}d)w-a6J9opy?LT4to`96=?2P!WBb7JP#@Tx@1EK7JLmh| z^ZT9I{mn`w?+B-xo5XdM)W0i{yeE-JJOl_Xi9&$OKY9pb?mlA}b4Vmi9aASF)5 zr%&lNKcdHC8HL6Ckbi?Kru&f@%cC*dZ8neQx%?x;!=fvE*wux0WddOf=Ce#1z=oi- zQD_5`SQog8)BrWfi(`c`8L_fOB+6yPEcQdSa1k+nAw(>YVyLYZt^exPEB@^4U`u8O z(&=uL`kvs9(ng!2ho2SQ{3w4&YhW8O?!nY-j-})9CiW)C(aem-B)iF`SsB#mj*HeG zPaGZ^Vo(0(M1B-NnXeAL)W{jX78({`<>35MBIkI}@|lKT_i8DK4P@QyRQ?G6i$d>x z=qrzn(@e?^J$b@Kqk-Bg9ml>th`#hF%{BEH&(v|YT1S(LG9$s z-Aql@p4gd{HEGU?5DfPB z6CV=HmHgG5`y`G7+qX?5ebTW`hlA8`B^S16sM0Q_ytr62r>pO;U%5oZ&`jCYr&R$NQS010v%OUtfFFd^z%#o#|^qx=75-A(yQVQfL)CDzhQffe7Rv}vd ze0@DJGv|`vGmlHcdRoe|sa>PxL{J6QvXf*=6?iO+Wm;|*^HNWfovbA{ES+nCztOH7 zV88b_Lj7f;^_vC#&{;FNwmpUKzg$Ckb_z!YFa-`PoDUmtb>4j1fp2Aus2_B$AK z^f4fy-)_U!*Ne^8BgENw{`|RUeWOtSszu(kMskbX;$`%H_a2+zTD%_t2p+s~qC4 zfM4V`O#ZjX@?1+%oPzSS2$Vj)Oj~z@_mi7h8?WKP{muz0z8-$->JJ=>ImmIfj!Jda z8#tk^W`FcP5)~@qm2%?4RjAVU5|y+Ab%>mzZCfX`|9kP`1x}|!fc-x)AdC+V4EzHp hkA-)^<8hzU$;+27UoUFvZfXYJk{KBP5Ac84zX5}RdC>p> literal 0 HcmV?d00001 From fd4f84f8fd10585109f953c1314fd322062cb1a9 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Sun, 13 Oct 2024 01:28:06 +0530 Subject: [PATCH 2/3] Remade intro section and added partners and download links --- astro.config.mjs | 9 +++++++-- src/content/docs/index.mdx | 4 ++-- src/content/docs/intro/downloadiso.md | 14 ++++++++++++++ src/content/docs/{guides => intro}/index.md | 2 +- src/content/docs/intro/partners.md | 8 ++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 src/content/docs/intro/downloadiso.md rename src/content/docs/{guides => intro}/index.md (97%) create mode 100644 src/content/docs/intro/partners.md diff --git a/astro.config.mjs b/astro.config.mjs index c5f3fd1..74dbec2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,9 +30,14 @@ export default defineConfig({ // { label: 'Example Guide', link: '/guides/example/' }, // ], // }, + // { + // // label: "Master tutorial", + // // autogenerate: { directory: "guides" }, + // slug: "guides/index", + // }, { - label: "Master tutorial", - autogenerate: { directory: "guides" }, + label: "Getting Started", + autogenerate: { directory: "intro" }, }, { label: "Tools", diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 61db4fc..91cef44 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,10 +8,10 @@ hero: file: ../../assets/stratos.webp actions: - text: Go to docs - link: /guides + link: /intro icon: right-arrow variant: primary - text: Download icon: external - link: "https://github.com/StratOS-Linux/StratOS-iso/releases" + link: /miscellaneous/downloadiso/ --- diff --git a/src/content/docs/intro/downloadiso.md b/src/content/docs/intro/downloadiso.md new file mode 100644 index 0000000..50caf3f --- /dev/null +++ b/src/content/docs/intro/downloadiso.md @@ -0,0 +1,14 @@ +--- +title: How to download StratOS ? +description: Documentation designed to be devoured in as little time as possible +--- + +StratOS can be downloaded from either [GitHub](https://github.com/StratOS-Linux/) or [SourceForge](https://sourceforge.net/u/stratos-linux/profile) + +# Links for the Gnome Flavor +- Github : [Link](https://github.com/StratOS-Linux/gnome-iso/releases) +- SourceForge : [Link](https://sourceforge.net/projects/stratos-gnome-iso/files/) + +# Links for the Hyprland Flavor +- GitHub : [Link](https://github.com/StratOS-Linux/hyprland-iso/releases) +- SourceForge : [Link](https://sourceforge.net/projects/stratos-hyprland-iso/files/) diff --git a/src/content/docs/guides/index.md b/src/content/docs/intro/index.md similarity index 97% rename from src/content/docs/guides/index.md rename to src/content/docs/intro/index.md index 1e0f63b..4f3acc3 100644 --- a/src/content/docs/guides/index.md +++ b/src/content/docs/intro/index.md @@ -1,5 +1,5 @@ --- -title: Master tutorial +title: Introduction description: Documentation designed to be devoured in as little time as possible --- New users will find themselves at home here. diff --git a/src/content/docs/intro/partners.md b/src/content/docs/intro/partners.md new file mode 100644 index 0000000..e544292 --- /dev/null +++ b/src/content/docs/intro/partners.md @@ -0,0 +1,8 @@ +--- +title: Our Partners +description: Partners and Backers of the StratOS team +--- + +# Altacee : + +- Altacee is a web hosting company that provides StratOS Linux team with web hosting and other services. From 8714dbf0214a0ba0d1fbf4f877a4c203ff0b4f92 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Sun, 20 Oct 2024 22:16:04 +0530 Subject: [PATCH 3/3] Fixed download link --- src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 91cef44..2a5ea4d 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -13,5 +13,5 @@ hero: variant: primary - text: Download icon: external - link: /miscellaneous/downloadiso/ + link: /intro/downloadiso ---