Skip to content

Commit f688d5d

Browse files
authored
Re design docs (#16)
1 parent dab2bdf commit f688d5d

11 files changed

+3617
-3369
lines changed

docs/guides/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Guides & Tutorials",
3-
"position": 3,
3+
"position": 4,
44
"link": {
55
"type": "generated-index"
66
}

docs/learn/rules-and-regulations.md

-7
This file was deleted.

docs/learn/stakeholders.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
hide_table_of_contents: true
32
title: Future Stakeholders
43
description: Learn about the various stakeholders involved in the Fair Squares ecosystem.
54
sidebar_position: 2

docs/legal-framework/_category_.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Legal",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Legal Framework
6+
7+
## Introduction
8+
9+
Welcome to the legal framework section of our documentation. As Fair Squares grows and evolves, ensuring that we operate within a clear and robust legal framework is paramount. This section will outline the key legal principles, guidelines, and considerations that shape our operations.
10+
11+
> **Note**: The information on this page is a placeholder, and we're currently in the process of conducting extensive research to ensure our operations align with all relevant legal regulations and standards. Please revisit this page in the near future for comprehensive details.
12+
13+
## Key Areas of Focus
14+
15+
### Data Protection and Privacy
16+
17+
As we navigate the digital age, the protection of personal data and individual privacy remains a top priority. We are committed to adhering to international standards and regulations concerning data protection.
18+
19+
### Intellectual Property
20+
21+
Understanding the legal intricacies surrounding intellectual property, including patents, trademarks, and copyrights, is essential for Fair Squares. This section will detail our stance and compliance mechanisms.
22+
23+
### Consumer Rights
24+
25+
Ensuring that our consumers' rights are protected and upheld is fundamental. This section will discuss the measures we've implemented and our commitment to transparency and fairness.
26+
27+
### Regulatory Compliance
28+
29+
From regional to global scales, regulatory compliance ensures our operations are legitimate and trustworthy. This area will provide insights into how we're navigating and adhering to the ever-evolving regulatory landscape.
30+
31+
## Conclusion
32+
33+
Legal considerations are at the forefront of Fair Squares' operations. As we refine and develop our legal framework, we encourage feedback, inquiries, and engagement from our community. Please feel free to reach out with any questions or suggestions.

docs/technology/_category_.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Technology",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
8+
}
9+

docs/learn/design.md docs/technology/design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 2
33
date: 2022-12-26T18:00
44
---
55

docs/technology/intro.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Introduction
3+
sidebar_position: 1
4+
date: 2023-08-29T18:00
5+
---
6+
7+
Fair Squares is an idea based on decentralized collaboration which can be secured by a set of technologies that make it possible. This section of the documentation is dedicated to the technology that makes Fair Squares network possible and will cover all building blocks and how they work..
8+
9+
## Our main repository
10+
11+
All Fair Squares software is open-source and is based on the polkadot-sdk(substrate) and our repo that cover the back-end and front-end can be found all [here](https://github.com/Fair-Squares)
12+
13+
## Docs for the pallets
14+
15+
The pallets have inline documentation, if you want to dig deeper into the code, you can find the documentation [here](https://fair-squares.github.io/fair-squares/fs_node_runtime/index.html)
16+
17+
## Architecture
18+
19+
The architecture will covered extensively as this documentation page get's built out and with future iterations. For now we have a design and architecture page that focuses on the pallets and scenario's. The page can be found [here](./design)
20+

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
9-
title: 'Fair Squares documentation',
10-
tagline: 'Learn on this website all about FS design, philosophy, technical workings and more!',
9+
title: 'Fair Squares Documentation',
10+
tagline: 'Dive deep into FS design, philosophy, light-paper, technical insights, and business aspects.',
1111
url: 'https://fair-squares.github.io',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)