├── .asf.yaml ├── .babelrc ├── .editorconfig ├── .gitignore ├── .jscsrc ├── .ruby-version ├── .travis.yml ├── CONTRIBUTING.md ├── Gemfile ├── LICENSE.txt ├── README.md ├── _config.yml ├── _includes ├── code │ ├── Hello.cs │ ├── Hello.java │ ├── hello-with-params.js │ ├── hello.go │ ├── hello.js │ ├── hello.php │ ├── hello.py │ ├── hello.rb │ ├── hello.swift │ ├── manifest-for-helloGo.yaml │ ├── manifest-for-helloJS-1.yaml │ ├── manifest-for-helloJS-2.yaml │ ├── manifest-for-helloPhp-1.yaml │ ├── manifest-for-helloPhp-2.yaml │ ├── manifest-for-helloPy-1.yaml │ ├── manifest-for-helloPy-2.yaml │ ├── manifest-for-helloRuby-1.yaml │ ├── manifest-for-helloRuby-2.yaml │ └── manifest-for-helloSwift.yaml ├── head │ ├── favicon.html │ └── seo │ │ ├── all.html │ │ ├── json-ld.html │ │ ├── opengraph.html │ │ └── twitter.html ├── index │ └── index.js └── partial │ ├── faq.html │ ├── site-footer.html │ └── site-header.html ├── _layouts ├── community.html ├── default.html ├── documentation.html ├── downloads.html ├── events.html ├── home.html ├── security.html ├── slack.html └── trademarks.html ├── _plugins ├── ideal_image_slider.rb └── remote_file_content.rb ├── _scss ├── _base.scss ├── _desktop.scss ├── _header.scss ├── _highlite-syntax-colors.scss ├── _reset.scss ├── _skin.scss ├── _tablet.scss ├── _terminal.scss └── _variables.scss ├── apis ├── README.md └── slack-invite.js ├── bin ├── develop └── test ├── charts └── index.yaml ├── community.md ├── css └── main-v1.scss ├── docs ├── OpenWhisk_circle.png ├── OpenWhisk_sticker.png ├── OpenWhisk_sticker_2.png ├── OpenWhisk_title.png ├── OpenWhisk_title_right.png └── openwhisk_logos.pptx ├── documentation.md ├── downloads.md ├── events.md ├── fonts ├── AvenirNext-Bold.ttf ├── AvenirNext-DemiBold.ttf ├── AvenirNext-Heavy.ttf ├── AvenirNext-Medium.ttf ├── AvenirNext-Regular.ttf └── AvenirNext-UltraLight.ttf ├── images ├── README.md ├── deployments │ ├── logo-docker-compose-notext.png │ ├── logo-docker-compose-text.png │ ├── logo-docker-compose-text.svg │ ├── logo-kubernetes-notext.png │ ├── logo-kubernetes-notext.svg │ ├── logo-kubernetes-text.png │ └── logo-kubernetes-text.svg ├── elements │ ├── alarm-clock.svg │ ├── arrow-down-12px.png │ ├── arrow-down.svg │ ├── arrow-right-12px.png │ ├── arrow-right.svg │ ├── circle-minus.png │ ├── circle-plus.png │ ├── connection.png │ ├── connection.svg │ ├── crescent.svg │ ├── drawing-events-data.png │ ├── drawing-events-data.svg │ ├── drawing-events-devices.png │ ├── drawing-events-devices.svg │ ├── drawing-events-sensors.png │ ├── drawing-events-sensors.svg │ ├── drawing-events-social.png │ ├── drawing-events-social.svg │ ├── drawing-satellite-dish.png │ ├── drawing-satellite-dish.svg │ ├── events-average.svg │ ├── events-cold.svg │ ├── events-hot.svg │ ├── expand-collapse-circle.psd │ ├── function-of-x-notation.svg │ ├── icon-cog.png │ ├── openwhisk-abstract-component.svg │ ├── rocket-launch.svg │ ├── sun.svg │ └── unused │ │ ├── apache-openwhisk-action-animation.gif │ │ ├── illustration-contributors-service.svg │ │ └── illustration-contributors-skill.svg ├── favicon │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── browserconfig.xml │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ ├── manifest.json │ ├── mstile-144x144.png │ ├── mstile-150x150.png │ ├── mstile-310x150.png │ ├── mstile-310x310.png │ ├── mstile-70x70.png │ └── safari-pinned-tab.svg ├── icons │ ├── icon-github-white.svg │ ├── icon-kafka-white-trans-tall.png │ ├── icon-kafka-white-trans.png │ ├── icon-medium-white.svg │ ├── icon-slack-white.svg │ ├── icon-slideshare-white.svg │ ├── icon-stack-overflow-white.svg │ ├── icon-twitter-white.svg │ └── icon-youtube-white.svg ├── illustrations │ ├── OW-Abstract Architecture Diagram Banner.png │ ├── OW-Abstract Architecture Diagram Banner.psd │ ├── OW-Abstract Architecture Diagram.png │ ├── OW-Abstract Architecture Diagram.pptx │ ├── OW-Deployments.png │ ├── OW-Deployments.pptx │ ├── OW-Integrations.png │ ├── OW-Integrations.pptx │ ├── OW-Programming Model.pptx │ ├── OW-Programming-Model-Horz-Action.png │ ├── OW-Programming-Model-Horz-Feed.png │ ├── OW-Programming-Model-Horz-Trigger-Rule.png │ ├── OW-Programming-Model-Horz.png │ ├── OW-Programming-Model-Horz.psd │ ├── OW-Runtime-Compositions.png │ ├── OW-Runtime-Compositions.pptx │ ├── OW-Runtimes.png │ ├── OW-Runtimes.pptx │ ├── OW-Utilization-Scaling.png │ ├── OW-Utilization-Scaling.pptx │ ├── OW-integrations.svg │ ├── illustration-integrators.png │ └── illustration-integrators.svg ├── logo │ ├── apache-openwhisk-dark-text.png │ ├── apache-openwhisk-logo-only-square.png │ ├── apache-openwhisk-logo-only.png │ ├── apache-openwhisk-logo-only.svg │ ├── apache-openwhisk-shadowed.svg │ ├── apache-openwhisk-trademarked.svg │ ├── apache-openwhisk-vertical-212px.png │ ├── apache-openwhisk-vertical.svg │ ├── apache-openwhisk.png │ └── apache-openwhisk.svg ├── runtimes │ ├── icon-docker-notext-color.png │ ├── icon-docker-notext-color.svg │ ├── icon-java-notext-color.png │ ├── icon-python-text-color-horz.png │ ├── icon-python-text-color-vert.png │ ├── icon-ruby-notext-color.png │ ├── icon-ruby-notext-color.svg │ ├── icon-ruby-text-color-horz.png │ ├── icon-ruby-text-color-horz.svg │ ├── icon-runtime-nodejs.png │ ├── icon-runtime-python.png │ ├── icon-runtime-swift.png │ ├── icon-rust-mono.png │ ├── icon-swift-notext.png │ ├── logo-docker-engine-text-color.png │ ├── logo-docker-engine-text-color.svg │ ├── logo-go-notext-fuschia.png │ ├── logo-haskell-notext-mono.svg │ ├── logo-java-text-color.png │ ├── logo-java-text-color.svg │ ├── logo-nodejs-notext.svg │ ├── logo-nodejs-text-color.png │ ├── logo-nodejs-text-color.svg │ ├── logo-php-text-color.png │ ├── logo-php-text-color.svg │ ├── logo-python-notext-color.svg │ ├── logo-ruby-text-color-card.png │ ├── logo-rust-notext-black.svg │ ├── logo-scala-notext-color.png │ ├── logo-scala-notext-color.svg │ ├── logo-swift-notext-color.svg │ ├── logo-swift-text-color.png │ └── logo-swift-text-color.svg └── supporter │ ├── abilisense.png │ ├── adobe.png │ ├── advisorconnect.png │ ├── altoros.png │ ├── apisix.png │ ├── articoolo.png │ ├── bigvu.png │ ├── cloudstation.png │ ├── greenq.png │ ├── ibm-solid.png │ ├── kong.png │ ├── magentiq.png │ ├── nasajpl.png │ ├── naver.png │ ├── nepente.png │ ├── neuroapplied.png │ ├── nimbella.png │ ├── qzcloud.png │ ├── redhat.png │ ├── sitespirit.png │ └── wso2.png ├── index.md ├── package.json ├── rollup.config.js ├── security.md ├── slack.md ├── src └── scripts │ ├── blocks │ └── quotes.js │ └── main.js ├── tools └── jenkins │ └── website_build.groovy └── trademarks.md /.asf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.asf.yaml -------------------------------------------------------------------------------- /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.babelrc -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.gitignore -------------------------------------------------------------------------------- /.jscsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.jscsrc -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.1.3 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/code/Hello.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/Hello.cs -------------------------------------------------------------------------------- /_includes/code/Hello.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/Hello.java -------------------------------------------------------------------------------- /_includes/code/hello-with-params.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello-with-params.js -------------------------------------------------------------------------------- /_includes/code/hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.go -------------------------------------------------------------------------------- /_includes/code/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.js -------------------------------------------------------------------------------- /_includes/code/hello.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.php -------------------------------------------------------------------------------- /_includes/code/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.py -------------------------------------------------------------------------------- /_includes/code/hello.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.rb -------------------------------------------------------------------------------- /_includes/code/hello.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/hello.swift -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloGo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloGo.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloJS-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloJS-1.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloJS-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloJS-2.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloPhp-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloPhp-1.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloPhp-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloPhp-2.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloPy-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloPy-1.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloPy-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloPy-2.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloRuby-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloRuby-1.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloRuby-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloRuby-2.yaml -------------------------------------------------------------------------------- /_includes/code/manifest-for-helloSwift.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/code/manifest-for-helloSwift.yaml -------------------------------------------------------------------------------- /_includes/head/favicon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/head/favicon.html -------------------------------------------------------------------------------- /_includes/head/seo/all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/head/seo/all.html -------------------------------------------------------------------------------- /_includes/head/seo/json-ld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/head/seo/json-ld.html -------------------------------------------------------------------------------- /_includes/head/seo/opengraph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/head/seo/opengraph.html -------------------------------------------------------------------------------- /_includes/head/seo/twitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/head/seo/twitter.html -------------------------------------------------------------------------------- /_includes/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/index/index.js -------------------------------------------------------------------------------- /_includes/partial/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/partial/faq.html -------------------------------------------------------------------------------- /_includes/partial/site-footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/partial/site-footer.html -------------------------------------------------------------------------------- /_includes/partial/site-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_includes/partial/site-header.html -------------------------------------------------------------------------------- /_layouts/community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/community.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/documentation.html -------------------------------------------------------------------------------- /_layouts/downloads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/downloads.html -------------------------------------------------------------------------------- /_layouts/events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/events.html -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/home.html -------------------------------------------------------------------------------- /_layouts/security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/security.html -------------------------------------------------------------------------------- /_layouts/slack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/slack.html -------------------------------------------------------------------------------- /_layouts/trademarks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_layouts/trademarks.html -------------------------------------------------------------------------------- /_plugins/ideal_image_slider.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_plugins/ideal_image_slider.rb -------------------------------------------------------------------------------- /_plugins/remote_file_content.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_plugins/remote_file_content.rb -------------------------------------------------------------------------------- /_scss/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_base.scss -------------------------------------------------------------------------------- /_scss/_desktop.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_desktop.scss -------------------------------------------------------------------------------- /_scss/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_header.scss -------------------------------------------------------------------------------- /_scss/_highlite-syntax-colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_highlite-syntax-colors.scss -------------------------------------------------------------------------------- /_scss/_reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_reset.scss -------------------------------------------------------------------------------- /_scss/_skin.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_skin.scss -------------------------------------------------------------------------------- /_scss/_tablet.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_tablet.scss -------------------------------------------------------------------------------- /_scss/_terminal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_terminal.scss -------------------------------------------------------------------------------- /_scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/_scss/_variables.scss -------------------------------------------------------------------------------- /apis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/apis/README.md -------------------------------------------------------------------------------- /apis/slack-invite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/apis/slack-invite.js -------------------------------------------------------------------------------- /bin/develop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/bin/develop -------------------------------------------------------------------------------- /bin/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/bin/test -------------------------------------------------------------------------------- /charts/index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/charts/index.yaml -------------------------------------------------------------------------------- /community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/community.md -------------------------------------------------------------------------------- /css/main-v1.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/css/main-v1.scss -------------------------------------------------------------------------------- /docs/OpenWhisk_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/OpenWhisk_circle.png -------------------------------------------------------------------------------- /docs/OpenWhisk_sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/OpenWhisk_sticker.png -------------------------------------------------------------------------------- /docs/OpenWhisk_sticker_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/OpenWhisk_sticker_2.png -------------------------------------------------------------------------------- /docs/OpenWhisk_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/OpenWhisk_title.png -------------------------------------------------------------------------------- /docs/OpenWhisk_title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/OpenWhisk_title_right.png -------------------------------------------------------------------------------- /docs/openwhisk_logos.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/docs/openwhisk_logos.pptx -------------------------------------------------------------------------------- /documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/documentation.md -------------------------------------------------------------------------------- /downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/downloads.md -------------------------------------------------------------------------------- /events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/events.md -------------------------------------------------------------------------------- /fonts/AvenirNext-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-Bold.ttf -------------------------------------------------------------------------------- /fonts/AvenirNext-DemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-DemiBold.ttf -------------------------------------------------------------------------------- /fonts/AvenirNext-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-Heavy.ttf -------------------------------------------------------------------------------- /fonts/AvenirNext-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-Medium.ttf -------------------------------------------------------------------------------- /fonts/AvenirNext-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-Regular.ttf -------------------------------------------------------------------------------- /fonts/AvenirNext-UltraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/fonts/AvenirNext-UltraLight.ttf -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/README.md -------------------------------------------------------------------------------- /images/deployments/logo-docker-compose-notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-docker-compose-notext.png -------------------------------------------------------------------------------- /images/deployments/logo-docker-compose-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-docker-compose-text.png -------------------------------------------------------------------------------- /images/deployments/logo-docker-compose-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-docker-compose-text.svg -------------------------------------------------------------------------------- /images/deployments/logo-kubernetes-notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-kubernetes-notext.png -------------------------------------------------------------------------------- /images/deployments/logo-kubernetes-notext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-kubernetes-notext.svg -------------------------------------------------------------------------------- /images/deployments/logo-kubernetes-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-kubernetes-text.png -------------------------------------------------------------------------------- /images/deployments/logo-kubernetes-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/deployments/logo-kubernetes-text.svg -------------------------------------------------------------------------------- /images/elements/alarm-clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/alarm-clock.svg -------------------------------------------------------------------------------- /images/elements/arrow-down-12px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/arrow-down-12px.png -------------------------------------------------------------------------------- /images/elements/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/arrow-down.svg -------------------------------------------------------------------------------- /images/elements/arrow-right-12px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/arrow-right-12px.png -------------------------------------------------------------------------------- /images/elements/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/arrow-right.svg -------------------------------------------------------------------------------- /images/elements/circle-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/circle-minus.png -------------------------------------------------------------------------------- /images/elements/circle-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/circle-plus.png -------------------------------------------------------------------------------- /images/elements/connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/connection.png -------------------------------------------------------------------------------- /images/elements/connection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/connection.svg -------------------------------------------------------------------------------- /images/elements/crescent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/crescent.svg -------------------------------------------------------------------------------- /images/elements/drawing-events-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-data.png -------------------------------------------------------------------------------- /images/elements/drawing-events-data.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-data.svg -------------------------------------------------------------------------------- /images/elements/drawing-events-devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-devices.png -------------------------------------------------------------------------------- /images/elements/drawing-events-devices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-devices.svg -------------------------------------------------------------------------------- /images/elements/drawing-events-sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-sensors.png -------------------------------------------------------------------------------- /images/elements/drawing-events-sensors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-sensors.svg -------------------------------------------------------------------------------- /images/elements/drawing-events-social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-social.png -------------------------------------------------------------------------------- /images/elements/drawing-events-social.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-events-social.svg -------------------------------------------------------------------------------- /images/elements/drawing-satellite-dish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-satellite-dish.png -------------------------------------------------------------------------------- /images/elements/drawing-satellite-dish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/drawing-satellite-dish.svg -------------------------------------------------------------------------------- /images/elements/events-average.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/events-average.svg -------------------------------------------------------------------------------- /images/elements/events-cold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/events-cold.svg -------------------------------------------------------------------------------- /images/elements/events-hot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/events-hot.svg -------------------------------------------------------------------------------- /images/elements/expand-collapse-circle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/expand-collapse-circle.psd -------------------------------------------------------------------------------- /images/elements/function-of-x-notation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/function-of-x-notation.svg -------------------------------------------------------------------------------- /images/elements/icon-cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/icon-cog.png -------------------------------------------------------------------------------- /images/elements/openwhisk-abstract-component.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/openwhisk-abstract-component.svg -------------------------------------------------------------------------------- /images/elements/rocket-launch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/rocket-launch.svg -------------------------------------------------------------------------------- /images/elements/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/sun.svg -------------------------------------------------------------------------------- /images/elements/unused/apache-openwhisk-action-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/unused/apache-openwhisk-action-animation.gif -------------------------------------------------------------------------------- /images/elements/unused/illustration-contributors-service.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/unused/illustration-contributors-service.svg -------------------------------------------------------------------------------- /images/elements/unused/illustration-contributors-skill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/elements/unused/illustration-contributors-skill.svg -------------------------------------------------------------------------------- /images/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /images/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /images/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /images/favicon/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/browserconfig.xml -------------------------------------------------------------------------------- /images/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /images/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /images/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/favicon.ico -------------------------------------------------------------------------------- /images/favicon/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/manifest.json -------------------------------------------------------------------------------- /images/favicon/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/mstile-144x144.png -------------------------------------------------------------------------------- /images/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /images/favicon/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/mstile-310x150.png -------------------------------------------------------------------------------- /images/favicon/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/mstile-310x310.png -------------------------------------------------------------------------------- /images/favicon/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/mstile-70x70.png -------------------------------------------------------------------------------- /images/favicon/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/favicon/safari-pinned-tab.svg -------------------------------------------------------------------------------- /images/icons/icon-github-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-github-white.svg -------------------------------------------------------------------------------- /images/icons/icon-kafka-white-trans-tall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-kafka-white-trans-tall.png -------------------------------------------------------------------------------- /images/icons/icon-kafka-white-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-kafka-white-trans.png -------------------------------------------------------------------------------- /images/icons/icon-medium-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-medium-white.svg -------------------------------------------------------------------------------- /images/icons/icon-slack-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-slack-white.svg -------------------------------------------------------------------------------- /images/icons/icon-slideshare-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-slideshare-white.svg -------------------------------------------------------------------------------- /images/icons/icon-stack-overflow-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-stack-overflow-white.svg -------------------------------------------------------------------------------- /images/icons/icon-twitter-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-twitter-white.svg -------------------------------------------------------------------------------- /images/icons/icon-youtube-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/icons/icon-youtube-white.svg -------------------------------------------------------------------------------- /images/illustrations/OW-Abstract Architecture Diagram Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Abstract Architecture Diagram Banner.png -------------------------------------------------------------------------------- /images/illustrations/OW-Abstract Architecture Diagram Banner.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Abstract Architecture Diagram Banner.psd -------------------------------------------------------------------------------- /images/illustrations/OW-Abstract Architecture Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Abstract Architecture Diagram.png -------------------------------------------------------------------------------- /images/illustrations/OW-Abstract Architecture Diagram.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Abstract Architecture Diagram.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Deployments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Deployments.png -------------------------------------------------------------------------------- /images/illustrations/OW-Deployments.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Deployments.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Integrations.png -------------------------------------------------------------------------------- /images/illustrations/OW-Integrations.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Integrations.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Programming Model.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming Model.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Programming-Model-Horz-Action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming-Model-Horz-Action.png -------------------------------------------------------------------------------- /images/illustrations/OW-Programming-Model-Horz-Feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming-Model-Horz-Feed.png -------------------------------------------------------------------------------- /images/illustrations/OW-Programming-Model-Horz-Trigger-Rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming-Model-Horz-Trigger-Rule.png -------------------------------------------------------------------------------- /images/illustrations/OW-Programming-Model-Horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming-Model-Horz.png -------------------------------------------------------------------------------- /images/illustrations/OW-Programming-Model-Horz.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Programming-Model-Horz.psd -------------------------------------------------------------------------------- /images/illustrations/OW-Runtime-Compositions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Runtime-Compositions.png -------------------------------------------------------------------------------- /images/illustrations/OW-Runtime-Compositions.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Runtime-Compositions.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Runtimes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Runtimes.png -------------------------------------------------------------------------------- /images/illustrations/OW-Runtimes.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Runtimes.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-Utilization-Scaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Utilization-Scaling.png -------------------------------------------------------------------------------- /images/illustrations/OW-Utilization-Scaling.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-Utilization-Scaling.pptx -------------------------------------------------------------------------------- /images/illustrations/OW-integrations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/OW-integrations.svg -------------------------------------------------------------------------------- /images/illustrations/illustration-integrators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/illustration-integrators.png -------------------------------------------------------------------------------- /images/illustrations/illustration-integrators.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/illustrations/illustration-integrators.svg -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-dark-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-dark-text.png -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-logo-only-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-logo-only-square.png -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-logo-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-logo-only.png -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-logo-only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-logo-only.svg -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-shadowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-shadowed.svg -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-trademarked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-trademarked.svg -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-vertical-212px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-vertical-212px.png -------------------------------------------------------------------------------- /images/logo/apache-openwhisk-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk-vertical.svg -------------------------------------------------------------------------------- /images/logo/apache-openwhisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk.png -------------------------------------------------------------------------------- /images/logo/apache-openwhisk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/logo/apache-openwhisk.svg -------------------------------------------------------------------------------- /images/runtimes/icon-docker-notext-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-docker-notext-color.png -------------------------------------------------------------------------------- /images/runtimes/icon-docker-notext-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-docker-notext-color.svg -------------------------------------------------------------------------------- /images/runtimes/icon-java-notext-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-java-notext-color.png -------------------------------------------------------------------------------- /images/runtimes/icon-python-text-color-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-python-text-color-horz.png -------------------------------------------------------------------------------- /images/runtimes/icon-python-text-color-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-python-text-color-vert.png -------------------------------------------------------------------------------- /images/runtimes/icon-ruby-notext-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-ruby-notext-color.png -------------------------------------------------------------------------------- /images/runtimes/icon-ruby-notext-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-ruby-notext-color.svg -------------------------------------------------------------------------------- /images/runtimes/icon-ruby-text-color-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-ruby-text-color-horz.png -------------------------------------------------------------------------------- /images/runtimes/icon-ruby-text-color-horz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-ruby-text-color-horz.svg -------------------------------------------------------------------------------- /images/runtimes/icon-runtime-nodejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-runtime-nodejs.png -------------------------------------------------------------------------------- /images/runtimes/icon-runtime-python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-runtime-python.png -------------------------------------------------------------------------------- /images/runtimes/icon-runtime-swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-runtime-swift.png -------------------------------------------------------------------------------- /images/runtimes/icon-rust-mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-rust-mono.png -------------------------------------------------------------------------------- /images/runtimes/icon-swift-notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/icon-swift-notext.png -------------------------------------------------------------------------------- /images/runtimes/logo-docker-engine-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-docker-engine-text-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-docker-engine-text-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-docker-engine-text-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-go-notext-fuschia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-go-notext-fuschia.png -------------------------------------------------------------------------------- /images/runtimes/logo-haskell-notext-mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-haskell-notext-mono.svg -------------------------------------------------------------------------------- /images/runtimes/logo-java-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-java-text-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-java-text-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-java-text-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-nodejs-notext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-nodejs-notext.svg -------------------------------------------------------------------------------- /images/runtimes/logo-nodejs-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-nodejs-text-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-nodejs-text-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-nodejs-text-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-php-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-php-text-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-php-text-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-php-text-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-python-notext-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-python-notext-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-ruby-text-color-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-ruby-text-color-card.png -------------------------------------------------------------------------------- /images/runtimes/logo-rust-notext-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-rust-notext-black.svg -------------------------------------------------------------------------------- /images/runtimes/logo-scala-notext-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-scala-notext-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-scala-notext-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-scala-notext-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-swift-notext-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-swift-notext-color.svg -------------------------------------------------------------------------------- /images/runtimes/logo-swift-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-swift-text-color.png -------------------------------------------------------------------------------- /images/runtimes/logo-swift-text-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/runtimes/logo-swift-text-color.svg -------------------------------------------------------------------------------- /images/supporter/abilisense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/abilisense.png -------------------------------------------------------------------------------- /images/supporter/adobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/adobe.png -------------------------------------------------------------------------------- /images/supporter/advisorconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/advisorconnect.png -------------------------------------------------------------------------------- /images/supporter/altoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/altoros.png -------------------------------------------------------------------------------- /images/supporter/apisix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/apisix.png -------------------------------------------------------------------------------- /images/supporter/articoolo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/articoolo.png -------------------------------------------------------------------------------- /images/supporter/bigvu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/bigvu.png -------------------------------------------------------------------------------- /images/supporter/cloudstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/cloudstation.png -------------------------------------------------------------------------------- /images/supporter/greenq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/greenq.png -------------------------------------------------------------------------------- /images/supporter/ibm-solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/ibm-solid.png -------------------------------------------------------------------------------- /images/supporter/kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/kong.png -------------------------------------------------------------------------------- /images/supporter/magentiq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/magentiq.png -------------------------------------------------------------------------------- /images/supporter/nasajpl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/nasajpl.png -------------------------------------------------------------------------------- /images/supporter/naver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/naver.png -------------------------------------------------------------------------------- /images/supporter/nepente.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/nepente.png -------------------------------------------------------------------------------- /images/supporter/neuroapplied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/neuroapplied.png -------------------------------------------------------------------------------- /images/supporter/nimbella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/nimbella.png -------------------------------------------------------------------------------- /images/supporter/qzcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/qzcloud.png -------------------------------------------------------------------------------- /images/supporter/redhat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/redhat.png -------------------------------------------------------------------------------- /images/supporter/sitespirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/sitespirit.png -------------------------------------------------------------------------------- /images/supporter/wso2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/images/supporter/wso2.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/index.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/package.json -------------------------------------------------------------------------------- /rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/rollup.config.js -------------------------------------------------------------------------------- /security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/security.md -------------------------------------------------------------------------------- /slack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/slack.md -------------------------------------------------------------------------------- /src/scripts/blocks/quotes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/src/scripts/blocks/quotes.js -------------------------------------------------------------------------------- /src/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/src/scripts/main.js -------------------------------------------------------------------------------- /tools/jenkins/website_build.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/tools/jenkins/website_build.groovy -------------------------------------------------------------------------------- /trademarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/openwhisk-website/HEAD/trademarks.md --------------------------------------------------------------------------------