From f0257c6efe55d4994bd078ccecee7b2617fa6582 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 3 May 2025 12:26:15 -0600 Subject: [PATCH] fix docs links --- src/_data/faq.json | 10 +++++----- src/_data/site.js | 8 ++++---- src/contribute.njk | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/_data/faq.json b/src/_data/faq.json index 96d7c6a..fa9669d 100644 --- a/src/_data/faq.json +++ b/src/_data/faq.json @@ -26,7 +26,7 @@ }, { "question": "Where can I get help?", - "answer": "Start9 has built a strong reputation around accessible, helpful humans to guide you on your Sovereign Computing journey! The first place to check is our Community Hub - be sure to do a search, as your inquiry has likely already been answered.

If you still have a problem, or need a concept explained, jump into one of our other Community Channels - again, be sure to do a search first!

If you need help with a service that you have installed on StartOS, you might like to go to their team directly, as they will be the foremost experts on that software.", + "answer": "Start9 has built a strong reputation around accessible, helpful humans to guide you on your Sovereign Computing journey! The first place to check is our Community Hub - be sure to do a search, as your inquiry has likely already been answered.

If you still have a problem, or need a concept explained, jump into one of our other Community Channels - again, be sure to do a search first!

If you need help with a service that you have installed on StartOS, you might go to their team directly, as they will be the foremost experts on that software.", "bullets": [], "additional": "" }, @@ -51,13 +51,13 @@ }, { "question": "What are StartOS services?", - "answer": "A \"service\" can be any piece of software added to a Marketplace registry. Unlike “apps,” services are (usually) “server-side” software, meaning they are intended to run 24/7/365 and listen for requests from your clients (apps). All services are “self-hosted,” meaning that you are in complete control of your data. This means you can run your own private “cloud!” Learn more about managing services and check out our currently Available Services.", + "answer": "A \"service\" can be any piece of software added to a Marketplace registry. Unlike “apps,” services are (usually) “server-side” software, meaning they are intended to run 24/7/365 and listen for requests from your clients (apps). All services are “self-hosted,” meaning that you are in complete control of your data. This means you can run your own private “cloud!” Learn more about managing services and check out our currently Available Services.", "bullets": [], "additional": "" }, { "question": "Will you add \"X\" service to the Marketplace?", - "answer": "The answer from Start9, the company, is \"probably not.\" Start9 is dedicated to building a powerful and reliable foundation for Sovereign Computing in the form of StartOS. Start9 will always maintain a small set of \"official\" services, which allow for a wide range of features that the average user would need. The bulk of the responsibility for StartOS service packaging therefore, will fall on community and upstream software developers. Check out this blog post for more details on this strategy. If you'd like to show demand for a particular service, you can upvote it or add it to this unofficial feedback forum.

We strive to make it as easy as possible to add a service to StartOS, and we do not want to limit this ability to those with extensive development skills. This will be a process that evolves a lot over the coming years. Please check out our Developer Docs to learn more.", + "answer": "The answer from Start9, the company, is \"probably not.\" Start9 is dedicated to building a powerful and reliable foundation for Sovereign Computing in the form of StartOS. Start9 will always maintain a small set of \"official\" services, which allow for a wide range of features that the average user would need. The bulk of the responsibility for StartOS service packaging therefore, will fall on community and upstream software developers. Check out this blog post for more details on this strategy. If you'd like to show demand for a particular service, you can upvote it or add it to this unofficial feedback forum.

We strive to make it as easy as possible to add a service to StartOS, and we do not want to limit this ability to those with extensive development skills. This will be a process that evolves a lot over the coming years. Please check out our Developer Docs to learn more.", "bullets": [], "additional": "" }, @@ -159,7 +159,7 @@ }, { "question": "What if I forget my StartOS Master Password?", - "answer": "Please follow our Password Reset Guide to reset your password.", + "answer": "Please follow our Password Reset Guide to reset your password.", "bullets": [], "additional": "" }, @@ -229,7 +229,7 @@ "bitcoin": [ { "question": "Which wallets can I use that integrate with my Bitcoin and/or Lightning nodes?", - "answer": "Please see the Bitcoin Integrations and Lightning Integrations for all the currently supported options. Please submit an issue with precise connection steps if you are able to connect a wallet that we have not yet listed.", + "answer": "Please see the Bitcoin Integrations and Lightning Integrations for all the currently supported options. Please submit an issue with precise connection steps if you are able to connect a wallet that we have not yet listed.", "bullets": [], "additional": "" }, diff --git a/src/_data/site.js b/src/_data/site.js index ec5b566..5cc033f 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -2,12 +2,12 @@ module.exports = { url: 'https://start9.com', torUrl: 'http://privacy34kn4ez3y3nijweec6w4g54i3g54sdv7r5mr6soma3w4begyd.onion', pitch: { - url: '#infographics' //'https://start9.com/latest/learn/index' + url: '#infographics' }, banner: false, products: { buyUrl: 'https://store.start9.com', - diyUrl: 'https://docs.start9.com/latest/diy', + diyUrl: 'https://docs.start9.com/0.3.5.x/diy', servers: 'https://store.start9.com/collections/servers', gear: 'https://store.start9.com/collections/apparel' }, @@ -22,13 +22,13 @@ module.exports = { url: 'https://github.com/Start9Labs/start-os' }, support: { - url: 'https://docs.start9.com/latest/support' + url: 'https://docs.start9.com/0.3.5.x/support' }, docs: { url: 'https://docs.start9.com' }, dev: { - docs: 'https://docs.start9.com/latest/developer-docs', + docs: 'https://docs.start9.com/0.3.5.x/developer-docs', github: 'https://github.com/Start9Labs', marketplace: 'https://marketplace.start9.com' }, diff --git a/src/contribute.njk b/src/contribute.njk index ed46e20..c9430ab 100644 --- a/src/contribute.njk +++ b/src/contribute.njk @@ -90,5 +90,5 @@ layout: layouts/peripheral.njk dev section hero: terminal icon -

If you have Rust or Typescript skills, and are interested in doing OS development, please checkout the contribution guide. If you are interested in packaging a service, please check out our developer documentation. To report a security vulnerability, please email {% include 'components/emails/security-email.njk' %}

+

If you have Rust or Typescript skills, and are interested in doing OS development, please checkout the contribution guide. If you are interested in packaging a service, please check out our developer documentation. To report a security vulnerability, please email {% include 'components/emails/security-email.njk' %}