-
Notifications
You must be signed in to change notification settings - Fork 467
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
Improving/extending Getting Started intro page #81
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,37 @@ title: Introduction | |
|
||
## What is Jitsi? | ||
|
||
Jitsi is a [collection of Open Source projects](architecture.md) which provide state-of-the-art video conferencing | ||
Welcome to Jitsi! A [collection of Open Source projects](architecture.md) which provide state-of-the-art video conferencing | ||
capabilities that are secure, easy to use and easy to self-host. | ||
|
||
In plain simple words, Jitsi allows you to interact with other people though video and audio using your browser, your phone or a desktop app, and brings you all kind of related useful functionalities like text chat, screen sharing, and video recording. All of this wrapped in a friendly interface and without forgetting your security. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thinking about it again, I would remove this section, it is unnecessary to advertise the software in the documentation, then again, for fairness, I have to say, that @saghul (one of the team members) had a different oppinion on that.
|
||
|
||
|
||
## About this handbook | ||
|
||
This handbook aims to be the one-stop-shop for all Jitsi documentation. | ||
This handbook aims to be the one-stop-shop for all Jitsi documentation. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: |
||
|
||
Whether you are a developer seeking to integrate Jitsi in one of your apps, a more experienced user looking for a specific configuration setup, or even if you are newcomer and have not experience with Jitsi at all, this Handbook will try to help you get there. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This can be removed imo, it is a too long introduction. |
||
|
||
:::note this is a work in progress. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would write something like this:
(instructions how to edit the handbook should be given in the README.md on Github, then we should link to that. |
||
Notice that some topics or sections may be vague or not as accurate as you may need. We try very hard to keep changes reflected in the docs, but overall the Jitsi Docs Project it's still quite young. | ||
|
||
:::note It's work in progress. | ||
If you want to help out please create a **Pull Request** in our [Github Repo](https://github.com/jitsi/handbook)! | ||
- If you want to help out please consider creating a **Pull Request** in our [Github Repo](https://github.com/jitsi/handbook). No contribution is small! | ||
|
||
- Not found what you wanted? Post your question in the [Jitsi Comunity Forums](https://community.jitsi.org/). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Very good point 👍. But maybe this should be at the end of the text 🤔. |
||
::: | ||
|
||
The content is divided in 3 main areas: | ||
That being said... lets go! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To be honest, I am biased because I wrote the sentence |
||
|
||
## How to read the Handbook | ||
|
||
The content is divided in self descriptive sections. Depending of your needs you should start exploring the parts you feel will help you the most. But just in case you don't know where to start, here's a clue of what each topic is about. | ||
|
||
* [The User guide](user-guide/user-guide.md). Designed for helping users to better | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was never a big fan of the long descriptions, maybe we could shorten this, like:
Maybe we should add that it is largely unfinished for now 🤔. |
||
understand all the available features and how to use them. If you are just arriving to the Jitsi party and want to have a feel of what is capable of, this is a good place to start reading. | ||
|
||
* [User guide](user-guide/user-guide.md): Designed to help users of the service, to better | ||
understand all the available features and how to use them. | ||
* [Developer guide](dev-guide/dev-guide.md): Everything you need to know if you want to integrate the Jitsi Meet API / SDK in one of your products or if you're planing to contribute to some of the Jitsi projects by developing new features or fixing bugs. | ||
|
||
* [Developer guide](dev-guide/dev-guide.md): Designed to help developers who want to either | ||
integrate the Jitsi Meet API / SDK in their products or want to improve Jitsi Meet | ||
itself by developing new features or fixing bugs. | ||
* [Self-Hosting guide](devops-guide/devops-guide.md): The place for folks wanting to self-host their own Jitsi service. If you are a system administrator who wants to learn how to deploy, operate and scale Jitsi properly, this is the section you must check out first. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would also shorten it to: |
||
|
||
* [Self-Hosting guide](devops-guide/devops-guide.md): Designed for folks wanting to self-host, system administrators | ||
or anyone who wishes to deploy and operate their own Jitsi Meet instance. | ||
Anyway... if all of this sounds interesting to you and you just can't decide. Keep reading next section! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe an unneccessary sentence. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the "welcome", because the users are already greeted on the front page: https://jitsi.github.io/handbook/
So the sentence should still begin like before:
Jitsi is a...