feat: add qsv section (CLI, pro, web) & GitHub and qsv pro setups (#20)

* Add qsv Sub-section and GitHub for Beginners guide

* Add qsv, qsv pro & setup, qsv web, & GitHub setup

Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com>

* chore: remove section

---------

Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com>
This commit is contained in:
Mueez Khan 2024-03-04 11:59:58 -05:00 committed by GitHub
parent 0fbfd9f1e7
commit a07a6f7d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 8876 additions and 102 deletions

View file

@ -1,6 +1,6 @@
{
"label": "✈ Onboarding Setup",
"position": 1,
"position": 2,
"link": {
"type": "generated-index",
"description": "Installation instructions to setting up your workspace with the necessary software and tools."

View file

@ -0,0 +1,55 @@
---
sidebar_position: 7
---
# 🖥 GitHub Setup
## 👋 Welcome!
You may have seen GitHub before or heard about it, and now it's time to learn more and set up your GitHub account!
## 💭 What's GitHub?
GitHub is like a virtual playground for coders. You may store your code, share it with others, and even collaborate on projects using Git.
:::info Git & GitHub: What's the difference?
- **Git** is a version control system (also a command line tool) which can assist in managing code history.
- **GitHub** is a service where code can be hosted.
There are many more differences and explanations, so feel free to take a search in your search engine!
:::
## ✨ Cool Features
Here are some _very_ brief descriptions of features you may find often using GitHub:
| Feature | Brief description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Version control | GitHub can host code repositories which use Git, and GitHub provides a GUI that works with Git |
| Collaboration | Work with friends, coworkers, or even anyone random users from around the world on projects |
| Issues | Track ideas, tasks, feedback, bugs, plans, and more |
| Pull requests | Propose a set of (code) changes from one branch to another and review changes (commonly abbreviated as 'PR') |
| Projects | Project management tool that can help keep track of issues & PRs, including views like [kanban boards](/technical-writing/kanban-board) & tables |
| Discussions | Similar to an online forum, another avenue for a repository's community to connect |
There are plenty more features GitHub has to offer. Get started with GitHub by following the quest below!
## 🗺 Your GitHub Quest
1. Create a GitHub account at [github.com](https://github.com).
2. Explore repositories and find one you think is interesting.
3. Skim the issues for the repository and see if you think you can solve one of them.
4. Fork the repository.
5. Clone the fork to your device, make changes, push the changes to your fork, then create a PR to the original repository.
If you get stuck, are not sure what something means, or can't find an issue that you think you can solve, try searching on your search engine and if that doesn't work then contact your team.
## 💻 Your GitHub Super Move: Collaboration
GitHub is not just for code; it's for making cool (and hopefully useful!) things together. Try collaborating on a project, and have fun working with people around the world!
## 🚀 Ready to code?
Explore, collaborate, and have fun coding! 👋

View file

@ -0,0 +1,35 @@
---
sidebar_position: 6
---
# ⚙️ qsv pro Setup
## About qsv pro
Welcome to qsv pro, a powerful desktop app designed for spreadsheet data wrangling. Built on the foundation of the [qsv CLI tool](/qsv/qsv-cli), qsv pro offers a feature-packed local GUI for an enhanced user experience.
Learn more about qsv pro at [qsvpro.dathere.com](https://qsvpro.dathere.com) or read [the intern guide post](/qsv/qsv-pro).
## 🗺 Installation Guide
Follow these steps to install and try out qsv pro on your system.
### 📥 Step 1: Download the Installer
Visit the [qsv pro Releases](https://github.com/dathere/qsv-pro-releases/releases) page on GitHub.
### 💻 Step 2: Choose the Installer Package
Select and download the installer package compatible with your operating system.
### 🛠 Step 3: Installation Procedure
Run the installer and complete the installation procedure following the on-screen instructions for your operating system.
### 🧪 Step 4: Testing (Under Development)
Explore qsv pro's features! Manipulate spreadsheets, navigate the user interface, and provide valuable feedback to the development team.
### 🚀 Step 5: Have fun!
Have fun experiencing the efficiency and convenience of qsv pro's data wrangling capabilities on your computer!