Skip to content

Commit

Permalink
add page stubs and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie committed Jul 19, 2024
1 parent c3a1920 commit f2bd77f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 18 deletions.
16 changes: 9 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
site: "https://docs.freespoke.com",
integrations: [
starlight({
title: 'Freespoke',
Expand All @@ -13,16 +14,17 @@ export default defineConfig({
sidebar: [
'get-started',
{
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Example Guide', slug: 'guides/example' },
],
label: 'Freespoke Premium',
autogenerate: { directory: 'premium' },
},
{
label: 'Reference',
autogenerate: { directory: 'reference' },
label: 'About Freespoke',
autogenerate: { directory: 'about' },
},
{
label: 'Privacy',
autogenerate: { directory: 'privacy' },
}
],
customCss: ['./src/tailwind.css'],
}),
Expand Down
33 changes: 33 additions & 0 deletions src/content/docs/about/bias.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Political Bias Ratings
description: How Freespoke's Political Bias ratings work.
---

# Bias Ratings

Freespoke provides context to your searches and our news feed by labeling
publisher political biases. Where possible, your results will indicate whether
the publishing website is left- or right-leaning, or whether it tends to play it
straight with its reporting.

## Sourcing

We source our publisher labels from third parties such as [Ad Fontes](https://adfontesmedia.com/)
and [AllSides](https://www.allsides.com/).

## Limitations

* Because our labels operate at the publisher level, we cannot account for the
perspective of individual authors. If a liberal publisher employs a conservative
editorial writer, our system will still label the content as left-leaning. We
are considering more fine-grained labeling of authors or individual articles in
the future.
* Because we rely on third-parties for our ratings, we cannot provide
comprehensive assessments of each and every publisher. Our sources provide solid
coverage of popular websites, but for less well-known sites, our bias ratings
have a lower coverage rate.

Due to these limitations, you should always do your own research. Freespoke is
a partner in your goal of understanding the varying perspectives on any topic,
but in order to gain a truly deep understanding, each individual must still read
and study on their own. We aim to assist in that mission.
6 changes: 6 additions & 0 deletions src/content/docs/about/company.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: History
description: The history of Freespoke, and more about who created Freespoke.
sidebar:
order: 1
---
4 changes: 4 additions & 0 deletions src/content/docs/privacy/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Privacy
description: Freespoke's privacy commitments
---
11 changes: 0 additions & 11 deletions src/content/docs/reference/example.md

This file was deleted.

0 comments on commit f2bd77f

Please sign in to comment.