Skip to content

Commit

Permalink
Removed goal section, as it is well explained in intro
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-Creator committed Jul 24, 2024
1 parent e0a3f42 commit 2eb625a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 22 deletions.
56 changes: 36 additions & 20 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import { defineConfig } from 'vitepress'

const projectSidebar = {
text: "Project", items: [
{
text: 'Goal',
link: '/project/goal'
},
{
text: 'Branding',
link: '/project/brand'
Expand Down Expand Up @@ -70,19 +66,9 @@ export default defineConfig({
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'Introduction', link: "/getting-started" },
{
text: 'Project', items: [
{ text: 'Why?', link: "/project/goal" },
{ text: 'For whom?', link: "/project/audience" },
]
},
{
text: 'Loama', items: [
{ text: 'Design', link: '/loama/design.md' },
{ text: 'Development', link: '/loama/development' },
{ text: "Feedback", link: "/loama/feedback" }
]
},
text: 'Loama', link: "/loama/index.md"},
{
text: "Mock Apps", items: [
{ text: "MockBook", link: "/toco/mockbook/index" },
Expand All @@ -93,7 +79,10 @@ export default defineConfig({

sidebar: {
"/": [
{ text: "Home", link: "/" },
{
text: "Getting Started",
link: "/getting-started"
},
{
text: "Lexicon",
link: "/lexicon"
Expand All @@ -113,6 +102,14 @@ export default defineConfig({
{ text: "Team", link: "/team" },
],
'/project': [
{
text: "Getting Started",
link: "/getting-started"
},
{
text: "Lexicon",
link: "/lexicon"
},
projectSidebar,
{
...loamaSidebar,
Expand All @@ -121,9 +118,18 @@ export default defineConfig({
{
...mockAppSidebar,
collapsed: true
}
},
{ text: "Team", link: "/team" },
],
'/loama': [
{
text: "Getting Started",
link: "/getting-started"
},
{
text: "Lexicon",
link: "/lexicon"
},
{
...projectSidebar,
collapsed: true
Expand All @@ -132,9 +138,18 @@ export default defineConfig({
{
...mockAppSidebar,
collapsed: true
}
},
{ text: "Team", link: "/team" },
],
'/toco': [
{
text: "Getting Started",
link: "/getting-started"
},
{
text: "Lexicon",
link: "/lexicon"
},
{
...projectSidebar,
collapsed: true
Expand All @@ -143,7 +158,8 @@ export default defineConfig({
...loamaSidebar,
collapsed: true
},
mockAppSidebar
mockAppSidebar,
{ text: "Team", link: "/team" },
]
},
}
Expand Down
2 changes: 0 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ The LOAMA project was born out of 3 goals:
2. **Envision a privacy-focused way to request permission**: Applications can use Solid pods, which allow users to bring and manage their own data, but how would an application request those permissions in a clear and privacy-first way?
3. **Make Solid and its benefits more clear**: Solid allows for control of your data, but that control also brings a lot of complexity for users. LOAMA tries to make this more understandable by providing a revised [Lexicon](/lexicon) and creating an interface that is focused on ease of use.

[**Read more here :arrow_right:**](/project/goal.md)

## Research

In order to understand our users and how they would interact with our project, we spent time defining our target audience and creating a fitting theme by taking inspiration from the [Solid Project](https://solidproject.org).
Expand Down
Empty file removed project/goal.md
Empty file.

0 comments on commit 2eb625a

Please sign in to comment.