From 8edb6422537726df245e2995ecfff34bd1267720 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Sat, 13 Jul 2024 18:30:45 +0530 Subject: [PATCH] tags --- _plugins/tag_generator.rb | 2 +- tags/combinelatest/index.md | 5 +++++ tags/forkjoin/index.md | 5 +++++ tags/rxjs/index.md | 5 +++++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 tags/combinelatest/index.md create mode 100644 tags/forkjoin/index.md create mode 100644 tags/rxjs/index.md diff --git a/_plugins/tag_generator.rb b/_plugins/tag_generator.rb index 7d004d2..c3a69fc 100644 --- a/_plugins/tag_generator.rb +++ b/_plugins/tag_generator.rb @@ -2,7 +2,7 @@ module Jekyll class TagGenerator < Generator def generate(site) # Exit if not in production mode - return unless ENV['JEKYLL_ENV'] == 'production' + # return unless ENV['JEKYLL_ENV'] == 'production' tags = {} diff --git a/tags/combinelatest/index.md b/tags/combinelatest/index.md new file mode 100644 index 0000000..650918f --- /dev/null +++ b/tags/combinelatest/index.md @@ -0,0 +1,5 @@ +--- +layout: tag +title: "Tag: combineLatest" +tag: combineLatest +--- diff --git a/tags/forkjoin/index.md b/tags/forkjoin/index.md new file mode 100644 index 0000000..688fd72 --- /dev/null +++ b/tags/forkjoin/index.md @@ -0,0 +1,5 @@ +--- +layout: tag +title: "Tag: forkJoin" +tag: forkJoin +--- diff --git a/tags/rxjs/index.md b/tags/rxjs/index.md new file mode 100644 index 0000000..7964edb --- /dev/null +++ b/tags/rxjs/index.md @@ -0,0 +1,5 @@ +--- +layout: tag +title: "Tag: RxJS" +tag: RxJS +---