Skip to content

Commit

Permalink
documentation: cleanup readme (#12504)
Browse files Browse the repository at this point in the history
The commit cleans up the root `readme` to remove extraneous newlines, and add missing newlines were necessary.

Signed-off-by: Vlad Arama <vlad.arama@ericsson.com>
  • Loading branch information
vladarama authored May 9, 2023
1 parent 934931f commit d959af0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<div id="badges" align="center">


[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-curved)](https://github.com/eclipse-theia/theia/labels/help%20wanted)
[![Discourse status](https://img.shields.io/discourse/status?label=Chat&server=https%3A%2F%2Fcommunity.theia-ide.org%2F)](https://community.theia-ide.org/)
[![Build Status](https://github.com/eclipse-theia/theia/workflows/Build/badge.svg?branch=master)](https://github.com/eclipse-theia/theia/actions?query=branch%3Amaster+event%3Apush+event%3Aschedule)
Expand All @@ -31,14 +30,12 @@ Eclipse Theia is an extensible framework to develop full-fledged multi-language
- [**License**](#license)
- [**Trademark**](#trademark)


<div style='margin:0 auto;width:60%;'>

![Theia](https://raw.githubusercontent.com/eclipse-theia/theia/master/doc/images/theia-screenshot.png)

</div>


## Website

[Visit the Eclipse Theia website](http://www.theia-ide.org) for more information and [the Theia documentation](http://www.theia-ide.org/doc).
Expand All @@ -51,6 +48,7 @@ Eclipse Theia is an extensible framework to develop full-fledged multi-language
- [Visit the release website](https://theia-ide.org/releases/) for more information.

## Scope

- Support building browser-based and desktop IDEs and tools
- Provide a highly flexible architecture for adopters
- Support VS Code Extension protocol
Expand All @@ -63,7 +61,9 @@ Eclipse Theia is an extensible framework to develop full-fledged multi-language
See [our roadmap](https://github.com/eclipse-theia/theia/wiki/Eclipse-Theia-Roadmap) for an overview about the current project goals and the upcoming releases.

## Getting Started

Here you can find guides and examples for common scenarios to adopt Theia:

- [Get an overview of how to get started](https://theia-ide.org/#gettingstarted) on the Theia website
- [Develop a Theia application - your own IDE/Tool](https://www.theia-ide.org/doc/Composing_Applications.html)
- [Learn about Theia's extension mechanisms](https://theia-ide.org/docs/extensions/)
Expand All @@ -75,6 +75,7 @@ Here you can find guides and examples for common scenarios to adopt Theia:
## Contributing

Read below to learn how to take part in improving Theia:

- Fork the repository and [run the examples from source](doc/Developing.md#quick-start)
- Get familiar with [the development workflow](doc/Developing.md), [Coding Guidelines](doc/coding-guidelines.md), [Code of Conduct](CODE_OF_CONDUCT.md) and [sign the Eclipse contributor agreement](CONTRIBUTING.md#eclipse-contributor-agreement)
- Find an issue to work on and submit a pull request
Expand All @@ -86,6 +87,7 @@ Read below to learn how to take part in improving Theia:
## Feedback

Read below how to engage with Theia community:

- Join the discussion on [Discourse](https://community.theia-ide.org/).
- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/eclipse-theia/theia/issues/new/choose).
- Vote on existing Github issues by reacting with a 👍. We regularily check issues with votes!
Expand All @@ -112,8 +114,7 @@ Read below how to engage with Theia community:
- [Eclipse Public License 2.0](LICENSE-EPL)
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](LICENSE-GPL)


## Trademark
"Theia" is a trademark of the Eclipse Foundation
https://www.eclipse.org/theia

"Theia" is a trademark of the Eclipse Foundation
<https://www.eclipse.org/theia>

0 comments on commit d959af0

Please sign in to comment.