Apache OpenServerless website

Clone this repo:
  1. e45b68f reorganized documentation (#77) by Michele Sciabarra · 5 weeks ago main
  2. 770dba9 Feature/72-trascribe all the text (#76) by Hyanaru · 5 weeks ago
  3. ca65d63 [#67] added authors shortcodes and first article ported from opensource.net (#74) by Alberto Anelli · 6 weeks ago
  4. 4e5bd09 [#67] fix dark-mode links for blog (#75) by Alberto Anelli · 6 weeks ago
  5. df36298 Update _index.md (#63) by Michele Sciabarra · 6 weeks ago

Apache OpenServerless documentation

The Apache OpenServerless website uses Hugo and Docsy to build static HTML and related resources.

Prerequisites

  • Ensure to have a recent nodejs and npm version or use Nix to get dependencies (we provide a shell.nix)
  • Install Taskfile
  • Clone repository
    • git clone https://github.com/apache/openserverless-site.git
    • npm install

Preview

Task and Tools updates

The documentation for OpenServerless Tasks and OpenServerless Tools is automatically extracted from the respective repositories.

Is possible to align task, tools and runtimes using these commands:

  • Tasks

    • task import-task
  • Tools

    • task import-tools
  • Runtimes

    • task import-runtimes

Web site build

  • Run Hugo Build
    • task build

Publish

The Apache OpenServerless website uses GitHub Actions and Apache Software Foundation Infrastructure configuration for automated publishing.