From 0d22a70930853e422c4a8faae1d42938f81f15be Mon Sep 17 00:00:00 2001 From: Marco Rodriguez-Salinas Date: Fri, 29 Mar 2024 23:32:45 -0700 Subject: [PATCH 1/3] Added guides for how to contribute --- docs/welcome/contribute/contribute.md | 44 +++ .../contribute/contribution-tutorial.md | 105 +++++++ docs/welcome/contribute/styling-guide.md | 297 ++++++++++++++++++ docs/welcome/contribute/writing-guide.md | 86 +++++ docs/welcome/fula.md | 2 +- sidebars.js | 15 +- static/img/welcome/discussions.png | Bin 0 -> 26563 bytes .../img/{ => welcome}/fula-network-arch.png | Bin 8 files changed, 547 insertions(+), 2 deletions(-) create mode 100644 docs/welcome/contribute/contribute.md create mode 100644 docs/welcome/contribute/contribution-tutorial.md create mode 100644 docs/welcome/contribute/styling-guide.md create mode 100644 docs/welcome/contribute/writing-guide.md create mode 100644 static/img/welcome/discussions.png rename static/img/{ => welcome}/fula-network-arch.png (100%) diff --git a/docs/welcome/contribute/contribute.md b/docs/welcome/contribute/contribute.md new file mode 100644 index 0000000..05b6d04 --- /dev/null +++ b/docs/welcome/contribute/contribute.md @@ -0,0 +1,44 @@ +--- +title: How to Contribute +id: contribute +--- + +Thank you for your interest in contributing to our open source repositories on GitHub! Your contributions help us improve the services and make everyone's experience even better. Here's how you can get involved: + +## Hold [Discussions](./contribute/contribution-tutorial#discussing-the-issue) + +The [Discussion tab](https://github.com/orgs/functionland/discussions) on the Functionland GitHub page can be used for general questions, feedback, raising bugs/feature requests, or discussions related to our projects. Feel free to engage with other community members and share your ideas or suggestions. + +![discussions tab on github](/img/welcome/discussions.png) + +## Submit an [issue](./contribute/contribution-tutorial/#finding-an-issue) + +If you encounter a bug, have a feature request, or come across an explicit error, please submit an issue to the appropriate repository. Follow these guidelines for formatting the subject line: +- For bugs: `[BUG] - subject line` +- For feature requests: `[Feature Request] - subject line` +- For explicit errors: `[Error] - error message` + +Make sure to include which device you have (Lite or Lite Plus), app version number, what happened leading up to the issue, and the symptom you are experiencing. You can find logs under `Settings` -> `Blox logs`, please submit `Go-Fula` and `Node` logs if you can or applicable. + +You can also follow the templates in Github to know what information to include in your post. + +## Submit a [pull request (PR)](./contribute/contribution-tutorial#create-a-pull-request) + +We welcome contributions from the community! If you'd like to fix a bug, add a feature, or improve documentation, please submit a pull request. Make sure to follow our contribution guidelines and include a clear description of the changes you've made. + +You can also follow the templates in Github to know what information to include in your post. + +## Choose the right repository + +When deciding where to submit your issue or PR, consider where you encountered the problem or want to make a change: +- **For issues within the FxBlox app or FxFiles**: Submit to the [fx-components repository](https://github.com/functionland/fx-components). +- **For issues with the firmware**: Submit to the [fula-ota repository](https://github.com/functionland/fula-ota). +- **For issues related to the FxFotos app**: Submit to the [fx-fotos repository](https://github.com/functionland/fx-fotos). + +Please ensure that you submit your contribution to the appropriate repository based on where you experienced the issue or want to make a change. If you are unsure which repository to raise the concern in, start a Discussion thread so we can narrow down the problem! + +## Contribute to [Fula docs](https://github.com/functionland/docs) + +Technical writers of any level are greatly appreciated. If you are considering contributing to the documentation, please take a look at our [Styling](./contribute/style) and [Writing](./contribute/writing) guides to learn more about our writing styles. + +Thank you for contributing to our projects and helping us build better software together! diff --git a/docs/welcome/contribute/contribution-tutorial.md b/docs/welcome/contribute/contribution-tutorial.md new file mode 100644 index 0000000..3f9d4da --- /dev/null +++ b/docs/welcome/contribute/contribution-tutorial.md @@ -0,0 +1,105 @@ +--- +title: Contribution Tutorial +id: contribution-tutorial +--- +This style guide is adapted from IPFS's ["__Contribution Tutorial__"](https://docs.ipfs.tech/community/contribute/contribution-tutorial/) article. + +While the [grammar, formatting, and style](./contribution/styling) and the [writing guide](./contribution/writing) can both help you write good content for the Fula docs, they don't delve into _how_ you can submit your content changes. This guide will walk you through finding an issue, fixing it, and then submitting your fix to `functionland/docs`. + +There are plenty of small-sized issues around IPFS documentation that make for easy, helpful contributions to the Fula net project. Here, we'll walk through: + +1. Finding an issue. +2. Discussing the issue. +3. Creating a fix. +4. Submitting a _pull request_. +5. Waiting for a review. +6. Merging your fix. + +This may look like a lot of steps for a small issue fix, but they're all necessary to make sure we keep the docs in this project up to standard. Plus, you're not on your own — half these steps can be completed by Fula staff! + +## Finding an issue + +The Fula net project is hosted in GitHub. There's a bunch of reasons for this, one of them being that GitHub comes with an issue tracker, which enables the core Fula team to field problems from the community. All community issues can read the docs, find issues, and raise issues in the docs repository (called a _repo_ for short). + +All issues involving the Fula docs themselves can be found in the [`functionland/docs` repo](https://github.com/functionland/docs) under the [**Issues** tab](https://github.com/functionland/docs/issues/). Here you can see all the issues that are currently open. We try to tag each issue with relevant descriptive tags. Tags like _difficulty_ and _size_ can give a sense of the amount of effort a task will take to complete. + +Let's jump into finding an issue. + +1. Go to the Functionland repository at [github.com/functionland/docs](https://github.com/functionland/docs). +2. Select the **Issues** tab. +3. Click the **Label** dropdown and select the **help wanted** tag. +4. Select an issue that interests you. + +Make a note of the issue number and keep it handy for later. + +## Discussing the issue + +As you can probably tell from the available tags, there are lots of different types of issues. Some are tiny one-sentence changes, and others are sizable projects that require a rewrite of several pages. For small issues, there may be very little or no discussion. There's no need to waste everybody's time talking about changing a broken link. But more significant issues will likely need input from different members of the project. + +When adding to a discussion, remember that it may take days or weeks to conclude an issue. With this in mind, try to include all the relevant information anyone might need within each message. + +Let's add to the discussion of the issue you've chosen: + +1. Read through all the previous posts to get up to speed on the issue. +2. Add any comments you feel are necessary. +3. If you still want to tackle this issue, post a message saying that you'd like to take ownership of it. + +Once you've claimed ownership of an issue, a member of the core Fula team will assign you to it. If this is a large issue, someone from the Fula team will check in with you from time to time and make sure you've got everything you need to progress with the issue. + +## Creating a fix + +If you've got this far, then you should have an issue in hand and a basic idea of how to fix it. Next up is implementing your fix! The process goes something like this: + +1. Create a _fork_. +2. Make changes locally on your machine. +3. Push your changes. + +If you're not familiar with Git and GitHub, then the phrase _fork_ might not mean much to you. Essentially, a _fork_ of a project is your own personal copy of that project. You can make as many changes to this copy whenever you want because you own it. The idea is that you can modify this personal copy and send your changes to the project team, who can then review all the work you've done. + +The process for creating a fork of an existing piece of Fula documentation is incredibly simple: + +1. Go to the `functionland/docs` repository in [GitHub](https://github.com/functionland/docs). +2. Select **Fork** to create a copy of the project. +3. Clone your copy of the project down to your local machine: + + ```bash + git clone https://github.com/YOUR_USERNAME/docs.git + ``` + +4. Make your changes locally. +5. Once all your changes are complete, make sure to push everything back to GitHub: + + ```bash + git add . + git commit -m "Fixed a broken URL, issue #123." + git push + ``` + +When adding a commit comment that actively fixes an issue within the project, try to summarize the fix in a few words and quote the issue number. Following this convention makes it easier for other people to quickly see what you've done. + +## Create a pull request + +Once you're done making commits and are ready to get a core team member's review of your work, it's time to create a pull request. + +1. Go to the `functionland/docs` repository on [GitHub](https://github.com/functionland/docs). +2. Select the **Pull requests** tab. +3. Click **New pull request**. +4. Click **compare across forks** and select your repository from the **head repository** dropdown. +5. Leave a comment to expand upon your changes. +6. Click **Create pull request**. + +GitHub will check if your changes create any merge conflicts with the branch you are trying to merge into. + +## Waiting for a review + +Before your changes can be merged into the project, they have to pass a review. `functionland/docs` has automatic tests that run against a pull request. These tests must pass _before_ the changes can be merged into the project. If they fail, you will see a red x on the last commit. If you have email preferences turned on, you would also receive an email of the result. + +Depending on the size of the pull request, this could take anywhere from a few minutes to a few days to review everything. Depending on the complexity of the pull request, there may be further discussion regarding your changes. Keep returning to GitHub and checking your [notifications page](https://github.com/notifications) to make sure you don't miss anything. + +## Merge your fix + +Once your pull request has been approved, it's ready to be merged into the project! Only project members with the correct rights can merge changes into the project, but you'll be notified as soon as the merge is complete. + +## Finishing up + +So there you have it! You've successfully completed your first contribution to the Fula documentation. We're always on the lookout for great writers and educators to help us improve the Fula docs and make the internet better for everyone, so keep up the good work! diff --git a/docs/welcome/contribute/styling-guide.md b/docs/welcome/contribute/styling-guide.md new file mode 100644 index 0000000..a19f6a2 --- /dev/null +++ b/docs/welcome/contribute/styling-guide.md @@ -0,0 +1,297 @@ +--- +title: Style Guide +id: style +--- +This style guide is adapted from IPFS's ["__Grammer, formatting, and style__"](https://docs.ipfs.tech/community/contribute/grammar-formatting-and-style/) rules. + +This page details the syntax and formatting rules for writing Fula documentation. For more conceptual ideas of writing, check out the [writing guide](writing-guide.md). + +## Grammar and spelling + +Here are some language-specific rules that the Fula documentation follows. If you use a writing service like [Grammarly](https://www.grammarly.com/), most of these rules are turned on by default. + +### American English + +While Fula is a global project, the fact is that American English is the most commonly used _style_ of English used today. With that in mind, when writing content for the Fula project, use American English spelling. The basic rules for converting other styles of English into American English are: + +1. Swap the `s` for a `z` in words like _categorize_ and _pluralize_. +2. Remove the `u` from words like _color_ and _honor_. +3. Swap `tre` for `ter` in words like _center_. + +### The Oxford comma + +Follow each list of three or more items with a comma `,`: + +| Use | Don't use | +| ----------------------------- | ---------------------------- | +| One, two, three, and four. | One, two, three and four. | +| Henry, Elizabeth, and George. | Henry, Elizabeth and George. | + +### Acronyms + +If you have to use an acronym, spell the full phrase first and include the acronym in parentheses `()` the first time it is used in each document. + +> Example: Virtual Machine (VM), Decentralized Web (DWeb). + +### Differentiation between token and network + +Capitalization is required when referring to the $FULA token, but not required when referring to the Fula network. + +Example: +> +> $FULA is going to the moon! +> +> I uploaded my files to the Fula net to save my files to the decentralized cloud. + +## Formatting + +How the Markdown syntax looks, and code formatting rules to follow. + +### Syntax + +The Fula Docs project follows the _GitHub Flavored Markdown_ syntax for markdown. This way, all articles display properly within GitHub itself. This gives readers the option to view articles on [the docs website](https://docs.fx.land) or [its GitHub repo](https://github.com/functionland/docs). + +#### Relative links + +Relative links in Docusaurus can be created using a pages' `ID` tag, or their file name. If you include internal (relative) links to other content on the Fula docs site, please link to them using full relative paths (e.g. use `../` for climbing a directory) and specifying the file's full name (e.g. `awesome-tutorial.md#subheading`). This ensures that users who read docs content directly in-repo on GitHub's web UI are able to follow relative links correctly. + +### Rules + +We use the rules set out in the [VSCode Markdownlint](https://github.com/DavidAnson/vscode-markdownlint) extension. You can import these rules into any text editor like Vim or Sublime. All rules are listed [within the Markdownlint repository](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md). + +We highly recommend installing [VSCode](https://code.visualstudio.com/) with the [Markdownlint](https://github.com/DavidAnson/vscode-markdownlint) extension to help with your writing. The extension shows warnings within your markdown whenever your copy doesn't conform to a rule. + +## Style + +The following rules explain how we organize and structure our writing. The rules outlined here are in addition to the [rules](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md) found within the [Markdownlinter extension](https://github.com/DavidAnson/vscode-markdownlint). + +### Text + +The following rules apply to editing and styling text. + +#### Titles + +1. All titles follow sentence structure. Only _names_ and _places_ are capitalized, along with the first letter of the title. All other letters are lowercase: + + ```markdown + ## This is a title + + ### Only capitalize names and places + + #### The capital city of France is Paris + ``` + +2. Every article starts with a _front-matter_ `title` and `id`: + + ```markdown + --- + title: Example article + id: arbitrary-id + --- + + ## This is a subtitle + + Example body text. + ``` + + In the above example, `title:` serves as a `

` or `#` tag. There is only ever one title of this level in each article. + +3. Titles do not contain punctuation. If you have a question within your title, rephrase it as a statement: + + ```markdown + + + ## What is Fula net? + + + + ## Fula net explained + ``` + +#### Back ticks + +Back ticks `` are used to highlight keywords. For example, when the reader must interact with something displayed in an app for example: buttons, hyperlinks, images with text in them, window names, icons, or needs directions. + +```markdown +To `Log Out` first go to `Home`->`Settings`->`Log Out`. + +In the `Login` window, enter your email into the `Username` field and click `Sign in`. +``` + +#### Italics + +Underscores `_` are used to define _italic_ text. Style the names of things in italics, except input fields or buttons: + +```markdown +Here are some American things: + +- The _Spirit of St Louis_. +- The _White House_. +- The United States _Declaration of Independence_. +``` + +Quotes or sections of quoted text are styled in italics and surrounded by double quotes `"`: + +```markdown +In the wise words of Winnie the Pooh _"People say nothing is impossible, but I do nothing every day."_ +``` + +#### Code blocks + +Tag code blocks with the syntax of the code they are presenting: + +````markdown + ```javascript + console.log(error); + ``` +```` + +##### Command-line examples + +Write command-line inputs without any other characters. Precede outputs from the command line with a greater-than sign `>`. Include an empty line between the input and output of a command-line example: + +````markdown + ```bash + ping Fula.io + + > PING Fula.io (209.94.90.1): 56 data bytes + > 64 bytes from 209.94.90.1: icmp_seq=0 ttl=53 time=15.830 ms + > 64 bytes from 209.94.90.1: icmp_seq=1 ttl=53 time=19.779 ms + > 64 bytes from 209.94.90.1: icmp_seq=2 ttl=53 time=20.778 ms + > 64 bytes from 209.94.90.1: icmp_seq=3 ttl=53 time=20.578 ms + > --- Fula.io ping statistics --- + > 4 packets transmitted, 4 packets received, 0.0% packet loss + ``` +```` + +Command-line examples can be truncated with three periods `...` to remove extraneous information: + +````markdown + ```bash + ping Fula.io + + > PING Fula.io (209.94.90.1): 56 data bytes + > 64 bytes from 209.94.90.1: icmp_seq=0 ttl=53 time=15.830 ms + > ... + > 4 packets transmitted, 4 packets received, 0.0% packet loss + ``` +```` + +#### Inline code tags + +Back ticks also are used to surround directories, file names, and version numbers between inline code tags `` ` ``. + +```markdown +Version `1.2.0` of the program is stored in `~/code/examples`. Open `exporter.exe` to run the program. +``` + +#### List items + +All list items follow sentence structure. Only _names_ and _places_ are capitalized, along with the first letter of the list item. All other letters are lowercase: + +1. Never leave Nottingham without a sandwich. +2. Brian May played guitar for Queen. +3. Oranges. + +List items end with a period `.`, or a colon `:` if the list item has a sub-list: + +1. Charles Dickens novels: + 1. Oliver Twist. + 2. Nicholas Nickelby. + 3. David Copperfield. +2. J.R.R Tolkien non-fiction books: + 1. The Hobbit. + 2. The Silmarillion. + 3. Letters from Father Christmas. + +##### Unordered lists + +Use the dash character `-` for un-numbered list items: + +```markdown +- An apple. +- Three oranges. +- As many lemons as you can carry. +- Half a lime. +``` + +#### Special characters + +Whenever possible, spell out the name of the special character, followed by an example of the character itself within a code block. + +```markdown +Use the dollar sign `$` to enter debug-mode. +``` + +#### Keyboard shortcuts + +When instructing the reader to use a keyboard shortcut, surround individual keys in code tags: + +```bash +Press `ctrl` + `c` to copy the highlighted text. +``` + +The plus symbol `+` stays outside of the code tags. + +### Images + +The following rules and guidelines define how to use and store images. + +Docusaurus allows for both markdown and HTML in their markdown files. + +You can add a markdown file with: +```markdown +![this is an alt text box](/img/path/here.png) +``` + +You can add HTML images using the `` tag. Using HTML for images is helpful because you are able to center images like this: +```html +
+ +
+``` + +Now you can transform the image with in-line HTML styling tags. + +#### Alt text + +All images contain alt text so that screen-reading programs can describe the image to users with limited sight: + +```markdown +![Screenshot of an image being uploaded through the Fula desktop application.](/img/Fula-desktop-image-upload-screen.png) +``` + +#### Storage location + +Store images under a subfolder in the `./static/img/` directory. The subfolder must be named the same as the parent folder of the article the image is in. Docusaurus makes it easy to reference images from this directory. This also makes all articles and images separate, which makes for a better navigating experience when working under the `docs` directory. + +```markdown +![Screenshot of an image being uploaded through the FxBlox iOS app.](/img/upload-a-photo/fxblox-upload-screen.png) +``` + +The directory structure of this article looks like this: + +``` +static/ +├── img/ +| └── upload-a-photo/ +| ├──Fula-desktop-image-upload-screen.png +| └── ... +| └── delete-a-photo/ +``` + +### File names + +All file names are lower-case with dashes `-` between words, including image files: + +``` +Fula-desktop/ +├── add-a-user.md +├── enable-debug-mode.md +├── images +│ ├── additional-information-screen.png +│ ├── dark-mode-enabled.png +│ └── user-profile-image.png +├── log-into-the-application.md +└── upload-a-photo.md +``` \ No newline at end of file diff --git a/docs/welcome/contribute/writing-guide.md b/docs/welcome/contribute/writing-guide.md new file mode 100644 index 0000000..a21c151 --- /dev/null +++ b/docs/welcome/contribute/writing-guide.md @@ -0,0 +1,86 @@ +--- +title: Writing Guide +id: writing +--- +This writing guide is adapted from IPFS's ["__writing guide__"](https://docs.ipfs.tech/community/contribute/writing-guide/) rules. + +This guide explains how to write an article. While the [grammar, formatting, and style guide](styling-guide.md) lets you know the rules you should follow, this guide will help you to properly structure your writing and choose the correct tone for your audience. + +## Walkthroughs + +The purpose of a walkthrough is to tell the user _how_ to do something. They do not need to convince the reader of something or explain a concept. Walkthroughs are a list of steps the reader must follow to achieve a process or function. + +### Goals + +Use the following goals when writing walkthroughs: + +| Goal | Keyword | Explanation | +| ------------- | ----------- | ----------------------------------------------------------------- | +| **Audience** | _General_ | Easy for anyone to read with minimal effort. | +| **Formality** | _Neutral_ | Slang is restricted, but standard casual expressions are allowed. | +| **Domain** | _Technical_ | Acronyms and tech-specific language is used and expected. | +| **Tone** | _Neutral_ | Writing contains little to no emotion. | +| **Intent** | _Instruct_ | Tell the reader _how_ to do something. | + +#### Function or process + +The end goal of a walkthrough is for the reader to achieve a very particular function. Mannually upgrading the FxBlox firmware_ is an example. Following this walkthrough isn't going to teach the reader much about working with the decentralized web or what Fula is. Still, by the end, they would have successfully upgraded the firmware on their FxBlox. + +#### Short length + +Since walkthroughs cover one particular function or process, they tend to be quite short. The estimated reading time of a walkthrough is somewhere between 2 and 10 minutes. Most of the time, the most critical content in a walkthrough is presented in a numbered list. Images and GIFs can help the reader understand what they should be doing. + +If a walkthrough is converted into a video, that video should be no longer than 5 minutes. + +### Walkthrough structure + +Walkthroughs are split into three major sections: + +1. What we're about to do. +2. The steps we need to do. +3. Summary of what we just did and potential next steps. + +## Conceptual articles + +Articles are written with the intent to inform and explain something. These articles don't contain any steps or actions that the reader has to perform _right now_. + +These articles are vastly different in tone when compared to walkthroughs. Some topics and concepts can be challenging to understand, so creative writing and interesting diagrams are highly sought-after for these articles; whatever writers can do to make a subject more understandable, the better. + +### Article goals + +Use the following goals when writing conceptual articles: + +| Goal | Keyword | Explanation | +| ------------- | ------------------------ | -------------------------------------------------------------------------------- | +| **Audience** | _Knowledgeable_ | Requires a certain amount of focus to understand. | +| **Formality** | _Neutral_ | Slang is restricted, but standard casual expressions are allowed. | +| **Domain** | _Any_ | Usually _technical_, but it depends on the article. | +| **Tone** | _Confident and friendly_ | The reader must feel confident that the writer knows what they're talking about. | +| **Intent** | _Describe_ | Tell the reader _why_ something does the thing that it does, or why it exists. | + +### Article structure + +Articles are separated into five major sections: + +1. Introduction to the thing we're about to explain. +2. What the thing is. +3. Why it's essential. +4. What other topics it relates to. +5. Summary review of what we just read. + +## Tutorials + +When writing a tutorial, you're teaching a reader how to achieve a complex end-goal. Tutorials are a mix of walkthroughs and conceptual articles. Most tutorials will span several pages and contain multiple walkthroughs within them. + +Take the hypothetical tutorial _Store on Fula net with Fula API_, for example. This tutorial will likely have the following pages: + +1. A brief introduction to what the Fula net is and what Fula API can achieve. +2. Download and introduce template code for uploading files. +3. Upload and serve a file through the Fula API. +4. Search, Filter, and update files with Fula API. +5. Pinning and why it's useful. +6. How to view and share files with Fula API. + +Pages `1` and `6` are conceptual articles, describing particular design patterns and ideas to the reader. All the other pages are walkthroughs instructing the user how to perform one specific action. + +When designing a tutorial, keep in mind the walkthroughs and articles that already exist, and note down any additional content items that would need to be completed before creating the tutorial. diff --git a/docs/welcome/fula.md b/docs/welcome/fula.md index 02eace6..9abc5f4 100644 --- a/docs/welcome/fula.md +++ b/docs/welcome/fula.md @@ -3,7 +3,7 @@ title: Fula Network id: fula --- -![Fula Network Architecture](/img/fula-network-arch.png) +![Fula Network Architecture](/img/welcome/fula-network-arch.png) ## How does it work? diff --git a/sidebars.js b/sidebars.js index 8848349..af7b6ac 100644 --- a/sidebars.js +++ b/sidebars.js @@ -23,10 +23,23 @@ const sidebars = { type: 'doc', id: 'index', }, - items:[ + items: [ 'welcome/fula', 'welcome/bas', 'welcome/blox', + { + type: 'category', + label: 'How to Contribute', + link: { + type: 'doc', + id: 'welcome/contribute/contribute', + }, + items: [ + 'welcome/contribute/style', + 'welcome/contribute/writing', + 'welcome/contribute/contribution-tutorial', + ] + } ] }, { diff --git a/static/img/welcome/discussions.png b/static/img/welcome/discussions.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eacd74d5165002f43f15af0e66141c42fda64c GIT binary patch literal 26563 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 T_h{h1i3CJVN3~JeHunDj^eo~Q literal 0 HcmV?d00001 diff --git a/static/img/fula-network-arch.png b/static/img/welcome/fula-network-arch.png similarity index 100% rename from static/img/fula-network-arch.png rename to static/img/welcome/fula-network-arch.png From 298768154b83ff4b01ac7d118787ca4337724f36 Mon Sep 17 00:00:00 2001 From: Marco Rodriguez-Salinas Date: Mon, 1 Apr 2024 10:32:35 -0700 Subject: [PATCH 2/3] Fixed broken links --- docs/{welcome => introduction}/bas.md | 0 docs/{welcome => introduction}/blox.md | 0 .../contribute/contribute.md | 0 .../contribute/contribution-tutorial.md | 2 +- .../contribute/styling-guide.md | 2 +- .../contribute/writing-guide.md | 0 docs/{welcome => introduction}/fula.md | 0 sidebars.js | 14 +++++++------- 8 files changed, 9 insertions(+), 9 deletions(-) rename docs/{welcome => introduction}/bas.md (100%) rename docs/{welcome => introduction}/blox.md (100%) rename docs/{welcome => introduction}/contribute/contribute.md (100%) rename docs/{welcome => introduction}/contribute/contribution-tutorial.md (94%) rename docs/{welcome => introduction}/contribute/styling-guide.md (99%) rename docs/{welcome => introduction}/contribute/writing-guide.md (100%) rename docs/{welcome => introduction}/fula.md (100%) diff --git a/docs/welcome/bas.md b/docs/introduction/bas.md similarity index 100% rename from docs/welcome/bas.md rename to docs/introduction/bas.md diff --git a/docs/welcome/blox.md b/docs/introduction/blox.md similarity index 100% rename from docs/welcome/blox.md rename to docs/introduction/blox.md diff --git a/docs/welcome/contribute/contribute.md b/docs/introduction/contribute/contribute.md similarity index 100% rename from docs/welcome/contribute/contribute.md rename to docs/introduction/contribute/contribute.md diff --git a/docs/welcome/contribute/contribution-tutorial.md b/docs/introduction/contribute/contribution-tutorial.md similarity index 94% rename from docs/welcome/contribute/contribution-tutorial.md rename to docs/introduction/contribute/contribution-tutorial.md index 3f9d4da..29201d0 100644 --- a/docs/welcome/contribute/contribution-tutorial.md +++ b/docs/introduction/contribute/contribution-tutorial.md @@ -4,7 +4,7 @@ id: contribution-tutorial --- This style guide is adapted from IPFS's ["__Contribution Tutorial__"](https://docs.ipfs.tech/community/contribute/contribution-tutorial/) article. -While the [grammar, formatting, and style](./contribution/styling) and the [writing guide](./contribution/writing) can both help you write good content for the Fula docs, they don't delve into _how_ you can submit your content changes. This guide will walk you through finding an issue, fixing it, and then submitting your fix to `functionland/docs`. +While the [grammar, formatting, and style](./styling-guide.md) and the [writing guide](./writing-guide.md) can both help you write good content for the Fula docs, they don't delve into _how_ you can submit your content changes. This guide will walk you through finding an issue, fixing it, and then submitting your fix to `functionland/docs`. There are plenty of small-sized issues around IPFS documentation that make for easy, helpful contributions to the Fula net project. Here, we'll walk through: diff --git a/docs/welcome/contribute/styling-guide.md b/docs/introduction/contribute/styling-guide.md similarity index 99% rename from docs/welcome/contribute/styling-guide.md rename to docs/introduction/contribute/styling-guide.md index a19f6a2..731e824 100644 --- a/docs/welcome/contribute/styling-guide.md +++ b/docs/introduction/contribute/styling-guide.md @@ -1,6 +1,6 @@ --- title: Style Guide -id: style +id: styling --- This style guide is adapted from IPFS's ["__Grammer, formatting, and style__"](https://docs.ipfs.tech/community/contribute/grammar-formatting-and-style/) rules. diff --git a/docs/welcome/contribute/writing-guide.md b/docs/introduction/contribute/writing-guide.md similarity index 100% rename from docs/welcome/contribute/writing-guide.md rename to docs/introduction/contribute/writing-guide.md diff --git a/docs/welcome/fula.md b/docs/introduction/fula.md similarity index 100% rename from docs/welcome/fula.md rename to docs/introduction/fula.md diff --git a/sidebars.js b/sidebars.js index af7b6ac..a25d38a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -24,20 +24,20 @@ const sidebars = { id: 'index', }, items: [ - 'welcome/fula', - 'welcome/bas', - 'welcome/blox', + 'introduction/fula', + 'introduction/bas', + 'introduction/blox', { type: 'category', label: 'How to Contribute', link: { type: 'doc', - id: 'welcome/contribute/contribute', + id: 'introduction/contribute/contribute', }, items: [ - 'welcome/contribute/style', - 'welcome/contribute/writing', - 'welcome/contribute/contribution-tutorial', + 'introduction/contribute/styling', + 'introduction/contribute/writing', + 'introduction/contribute/contribution-tutorial', ] } ] From 506244d3542f00dcb60ad217816116a806b1e8a8 Mon Sep 17 00:00:00 2001 From: Marco Rodriguez-Salinas Date: Mon, 1 Apr 2024 10:44:29 -0700 Subject: [PATCH 3/3] Fixed additional broken links --- docs/index.md | 6 +++--- docs/introduction/contribute/contribute.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index d887c50..96857d6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,11 +25,11 @@ Which is when we realized, there was no single chain agnostic token we can use t **$FULA** will be the catalyst for keeping the infrastructure online at all times and getting users to store their photos and video, for as long as they want. Storage providing and compute providers are two sides of the same coin. Providers require payment for offering their service to the public. And consumers need a corresponding way to pay for said services. -### Enter [BAS](./welcome/bas) +### Enter [BAS](./introduction/bas) We created the first uniform **Blockchain Attached Storage (BAS)** device! As a provider, you can use your storage device(s) to completely own your data and gain rewards for offering up your extra storage to the public. And as a consumer, can pay-as-you-go! It'll be like you have access to infinite storage and just pay for what you need to keep your data alive for as long as you like. -### Enter [FxBlox](./welcome/blox) +### Enter [FxBlox](./introduction/blox) FxBlox, or Blox, is the brand-new hardware that is empowering it all. Beautiful design, power-efficient board, and next-gen processing is not gate-kept by inflated pricing. Bloxes are competitively priced and offer the **lowest** barrier to entry in any decentralized storage blockchain. Our network has the potential to vertically and horizontally scale faster than any protocol before. @@ -37,6 +37,6 @@ FxBlox, or Blox, is the brand-new hardware that is empowering it all. Beautiful To enable any developer to build apps and services on this brand new protocol, we introduce the **Fula API**. An open, interoperable specifications that enables developers to write permissionless, decentralized apps for consumers and to get paid for their work. -## [Fula Network](./welcome/fula) +## [Fula Network](./introduction/fula) All together we get the **Fula Network**. This network has power in numbers, it is for the people, and will create a new internet that fixes the security and other fundamental problems with the internet of today. \ No newline at end of file diff --git a/docs/introduction/contribute/contribute.md b/docs/introduction/contribute/contribute.md index 05b6d04..e591b10 100644 --- a/docs/introduction/contribute/contribute.md +++ b/docs/introduction/contribute/contribute.md @@ -39,6 +39,6 @@ Please ensure that you submit your contribution to the appropriate repository ba ## Contribute to [Fula docs](https://github.com/functionland/docs) -Technical writers of any level are greatly appreciated. If you are considering contributing to the documentation, please take a look at our [Styling](./contribute/style) and [Writing](./contribute/writing) guides to learn more about our writing styles. +Technical writers of any level are greatly appreciated. If you are considering contributing to the documentation, please take a look at our [Styling](./contribute/styling) and [Writing](./contribute/writing) guides to learn more about our writing styles. Thank you for contributing to our projects and helping us build better software together!