Skip to content

Commit

Permalink
docs(content): fix marble diagrams and fix wrong link to external res…
Browse files Browse the repository at this point in the history
…ources (#4515)
  • Loading branch information
niklas-wortmann authored and benlesh committed Jan 30, 2019
1 parent b2db2b2 commit a47d38d
Show file tree
Hide file tree
Showing 213 changed files with 11 additions and 29 deletions.
Binary file added docs_app/assets/images/marble-diagrams/audit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/catch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/concat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/count.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/defer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/delay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs_app/assets/images/marble-diagrams/expand.png
Binary file added docs_app/assets/images/marble-diagrams/filter.png
Binary file added docs_app/assets/images/marble-diagrams/find.png
Binary file added docs_app/assets/images/marble-diagrams/first.png
Binary file added docs_app/assets/images/marble-diagrams/from.png
Binary file added docs_app/assets/images/marble-diagrams/last.png
Binary file added docs_app/assets/images/marble-diagrams/map.png
Binary file added docs_app/assets/images/marble-diagrams/mapTo.png
Binary file added docs_app/assets/images/marble-diagrams/max.png
Binary file added docs_app/assets/images/marble-diagrams/merge.png
Binary file added docs_app/assets/images/marble-diagrams/min.png
Binary file added docs_app/assets/images/marble-diagrams/of.png
Binary file added docs_app/assets/images/marble-diagrams/pluck.png
Binary file added docs_app/assets/images/marble-diagrams/range.png
Binary file added docs_app/assets/images/marble-diagrams/reduce.png
Binary file added docs_app/assets/images/marble-diagrams/repeat.png
Binary file added docs_app/assets/images/marble-diagrams/sample.png
Binary file added docs_app/assets/images/marble-diagrams/scan.png
Binary file added docs_app/assets/images/marble-diagrams/single.png
Binary file added docs_app/assets/images/marble-diagrams/skip.png
Binary file added docs_app/assets/images/marble-diagrams/take.png
Binary file added docs_app/assets/images/marble-diagrams/throw.png
Binary file added docs_app/assets/images/marble-diagrams/timer.png
18 changes: 6 additions & 12 deletions docs_app/content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,12 @@
{
"url": "api",
"title": "Reference",
"tooltip": "RxJS Reference",
"children": [
{
"url": "api",
"title": "API",
"tooltip": "RxJS Reference"
},
{
"url": "operator-decision-tree",
"title": "Operator Decision Tree"
}
]
"tooltip": "RxJS Reference"
},
{
"tooltip": "Operator Decision Tree",
"url": "operator-decision-tree",
"title": "Operator Decision Tree"
},
{
"title": "About Version 6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,31 @@ This is a collection of resources that can be found to help with the learning pr

**Note**: RxJS maintainers are not responsible for any of the following content that is not part of the official rxjs documentation site. Please adhere to the terms and copyrights of the sites and links listed.

---

## Blogs

### 2018

* Thinking reactive with the SIP principle | [StrongBrew](https://blog.strongbrew.io/the-sip-principle/) | June 30, 2018
* Angular 6: Upgrading API calls to RxJS 6 | [Metal Toad](https://www.metaltoad.com/blog/angular-6-upgrading-api-calls-rxjs-6) | May 23, 2018

---

## Playgrounds

* Rx Visualizer | [https://rxviz.com/](https://rxviz.com/)

---

## Reference

* Learn RxJS | [https://www.learnrxjs.io/](https://www.learnrxjs.io)
* [http://reactive.how](http://reactive.how)

---

## Tutorials

### 2018

* A Better Way to Learn RxJS & Observables | [thinkster](https://thinkster.io/tutorials/learn-rxjs-observables) | August 18, 2018

---

## Videos

Expand Down
Binary file added docs_app/src/assets/images/marble-diagrams/of.png
7 changes: 1 addition & 6 deletions docs_app/src/styles/1-layouts/_marketing-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,7 @@ section#intro {
}

aio-shell {
&.page-resources, &.page-events, &.page-features, &.page-presskit, &.page-contribute {
section {
padding: 0rem 0rem 3rem;
}
}


&.page-home {
section {
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = function embedMarbleDiagramsPostProcessor(log) {
const props = node.properties;
const src = props.src;
const expectedImgPath = `${service.marbleImagesPath}/${src}`;

if (fs.existsSync(expectedImgPath)) {
const operator = path.basename(src, path.extname(src));
const filename = path.basename(expectedImgPath);
Expand Down
6 changes: 3 additions & 3 deletions docs_app/tools/transforms/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const SRC_PATH = resolve(AIO_PATH, 'src');
const OUTPUT_PATH = resolve(SRC_PATH, 'generated');
const DOCS_OUTPUT_PATH = resolve(OUTPUT_PATH, 'docs');
const API_SOURCE_PATH = resolve(PROJECT_ROOT, 'src');
const MARBLE_IMAGES_PATH = resolve(PROJECT_ROOT, 'tmp/docs/img');
const MARBLE_IMAGES_WEB_PATH = 'generated/images/marbles';
const MARBLE_IMAGES_OUTPUT_PATH = resolve(OUTPUT_PATH, 'images/marbles');
const MARBLE_IMAGES_PATH = resolve(SRC_PATH, 'assets/images/marble-diagrams');
const MARBLE_IMAGES_WEB_PATH = 'assets/images/marble-diagrams';
const MARBLE_IMAGES_OUTPUT_PATH = resolve('assets/images/marble-diagrams');

function requireFolder(dirname, folderPath) {
const absolutePath = resolve(dirname, folderPath);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"perf:protractor": "echo \"Protractor is not working currently\" && exit -1 && protractor protractor.conf.js",
"perf:micro": "node ./perf/micro/index.js",
"prepublish": "shx rm -rf ./typings && npm run build_all",
"postpublish": "npm run tests2png && ./docs_app/scripts/publish-docs.sh",
"postpublish": "./docs_app/scripts/publish-docs.sh",
"publish_docs": "./publish_docs.sh",
"test": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha --opts spec/support/default.opts \"spec/**/*-spec.ts\"",
"test_no_cache": "cross-env TS_NODE_PROJECT=spec/tsconfig.json TS_NODE_CACHE=false mocha --opts spec/support/default.opts \"spec/**/*-spec.ts\"",
Expand Down

0 comments on commit a47d38d

Please sign in to comment.