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

Moving rxscala.github.io to reactivex.io #39

Closed
samuelgruetter opened this issue Sep 22, 2014 · 5 comments
Closed

Moving rxscala.github.io to reactivex.io #39

samuelgruetter opened this issue Sep 22, 2014 · 5 comments

Comments

@samuelgruetter
Copy link
Contributor

About a year ago, I made a small website for RxScala (http://rxscala.github.io/). Now that there is one central http://reactivex.io/, it would be good to move the contents of http://rxscala.github.io/ to http://reactivex.io/.

Currently, http://rxscala.github.io/ contains the following:

The markdown source for the general info is page is here.

The scaladoc can be obtained by running ./gradlew scaladoc in the RxJava repository, or by copying this folder.

The comparison table is auto-generated by the printMarkdownCorrespondenceTable method in CompletenessTest.scala, and the generated markdown of the most recent version (0.20.4) is here.

I'm not a web designer at all, and I'm opening this issue hoping that a web wizard (such as @GeorgiKhomeriki or @staltz) will take care of this ;-)

Of course I'm available for answering any RxScala specific questions, or questions on the http://rxscala.github.io/ website.

@flatmap13
Copy link
Collaborator

@samuelgruetter Thank you for making this available, I'll look into integrating this on the website.
The plan is to have all code examples for the website in the project repos, and to load them dynamically onto the website. Currently, RxScala already contains some examples for the website but more will be added as we go. This way we can ensure that all code examples are directly runnable and that they can break the build (i.e. stay current).

@samuelgruetter
Copy link
Contributor Author

Cool! Btw there are already one or several examples for each operator in RxScalaDemo. Once the build infrastructure works, we can start moving them to src/examples/reactivex/getting-started.

@flatmap13
Copy link
Collaborator

I've moved the content to the reactivex.io/rxscala; see #41.
Later we will expand/update the content and fix the layout of the comparison table.

@staltz
Copy link
Member

staltz commented Sep 23, 2014

Nice :)

@samuelgruetter
Copy link
Contributor Author

Nice, thank you @GeorgiKhomeriki. I'll open a new issue for the comparison table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants