Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in faq (fixes #3567) #3568

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pages/manual/planet/overview.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is supposed to be for the other pull request? #3570

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Under the Planet system, there are two types of structures: **Nations** and **Co
The **nations** may store thousands of Resources in many formats and languages. Unique collections of Resources can be selected and downloaded into each **Community** from the **Nation**. This gives a Learner a personalized approach to his or her education.

## Become Member
To be able to use **PLANET** you need to be part of the system. The first thing you will see on PLANET is the **Login page**. To learn more about becoming part of PLANET and using it please follow the [link](member.md).
To be able to use **PLANET** you need to be part of the system. The first thing you will see on PLANET is the **Login page**. [Learn more about becoming part of PLANET and using it.](member.md)

## Features of Planet
When you are inside PLANET you will see different features available.
Expand All @@ -57,34 +57,34 @@ The Community page allows you to connect with like-minded individuals to expand
**This portion needs to be worked on**

## Library
The Library is home to the community's collection of media and other resources. Click [here](library.md) to learn more about Library.
The Library is home to the community's collection of media and other resources. [Learn more about Library.](library.md)

## Courses
The Courses page allows you to create and join various courses on a wide range of topics. Click [here](course.md) to learn more about Courses.
The Courses page allows you to create and join various courses on a wide range of topics. [Learn more about Courses.](course.md)

## Exams
**This portion needs to be worked on**

## Surveys
Surveys is where you can create your survey and send it to others. Click [here](survey.md) to learn more about Surveys.
Surveys is where you can create your survey and send it to others. [Learn more about Surveys.](survey.md)

## Teams
Here you will be able to create teams and communicate with them, offer courses, and organize members. Click [here](teams.md) to learn more about Teams.
Here you will be able to create teams and communicate with them, offer courses, and organize members. [Learn more about Teams.](teams.md)

## Meetups
Meetups is where you can coordinate meetups by creating them, joining them and more! Click [here](meetup.md) to learn more about Meetups.
Meetups is where you can coordinate meetups by creating them, joining them and more! [Learn more about Meetups.](meetup.md)

## News
News is where you can view any posts made by any users. Click [here](news.md) to learn more about News.
News is where you can view any posts made by any users. [Learn more about News.](news.md)

## Achievement
The Achievement is where you can add your achievements. Click [here](achievement.md) to learn more about Achievements.
The Achievement is where you can add your achievements. [Learn more about Achievements.](achievement.md)

## Feedback
Throughout planet, you will be able to give feedback on planet, courses, and more. Click [here](feedback.md) to learn more about Feedback.
Throughout planet, you will be able to give feedback on planet, courses, and more. [Learn more about Feedback.](feedback.md)

## Manager
The Manager role comes with another set of administrative features. This includes viewing reports, syncing the community with the nation, and performing upgrades on the community. Click [here](manager.md) to learn more.
The Manager role comes with another set of administrative features. This includes viewing reports, syncing the community with the nation, and performing upgrades on the community. [Learn more about Manager.](manager.md)

## Community
The Community page allows you to connect with like-minded individuals to expand your knowledge and creativity. Here, you can check for new events, join ongoing ones, or create your own using our calendar feature. Please note that the Community* tab is only available within a community Planet.
2 changes: 1 addition & 1 deletion pages/vi/vi-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

>_The aim of the ‘First Steps’ is to introduce prospective interns to the software that they will be using, and make sure they are familiar with each. While each step goes into detail on the specific program(s) at hand, it can be easy at times to lose sight of the bigger picture. To that end, below is a brief synopsis of the primary tools you will be using/learning about in the first steps, and how they work together to empower our collaborative development environment._

We start off by learning about Planet, which is the learning tool that OLE uses to provide the educational materials and resources to its students. It is a lightweight digital Library that can be accessed through Local networks (’Communities’) and synced through the Internet (‘Nations’). To do so, we need to install a few software packages, Docker primary among them. We use Docker to initialize a Planet production environment on the local system. Then we access the Planet interface locally and create our own communities/nations.
We start off by learning about Planet, which is the learning tool that OLE uses to provide the educational materials and resources to its students. It is a lightweight digital Library that can be accessed through Local networks (’Communities’) and synced through the Internet (‘Nations’). To do so, we need to install a few software packages, Docker primarily among them. We use Docker to initialize a Planet production environment on the local system. Then we access the Planet interface locally and create our own communities/nations.

The other two tools we focus on are GitHub and Markdown. Similar to how we use Docker to standardize the development environment for each developer, we use Git/GitHub in order to centralize the development process and enable greater collaboration and teamwork. Git is a revision control system that allows many users to simultaneously edit and develop the same projects, and GitHub is a website/hosting service that utilizes the git system and hosts the git repositories we work on. Markdown, on the other hand, is a style of formatting text native to GitHub and thus used in the Virtual Intern program. Markdown simplifies formatting and emphasizes readability, helping coders focus on content, and not get bogged down in syntax.

Expand Down