Giter Site home page Giter Site logo

antora-site-action's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ An Author, Consultant, Developer Advocate and Google Developer Expert(Modern Architecures). As part of my role I actively educate developers on Kubernetes/OpenShift, Servicemesh, and Serverless technologies. With a career spanning close to two decades, most of my career was with services industry helping various enterprise customers build Java-based solutions.

๐Ÿ‘ฏ I am a contributor to Open Source projects for more than a decade and contributed/contributing to projects

My developer philosophy LEARN MORE, DO MORE and SHARE MORE!

๐Ÿ’ฌ Ask me about Argo CD, Istio, Knative, Tektoncd, Google Cloud

๐ŸŒฑ Iโ€™m currently learning golang and rust

Blogs

๐Ÿ˜„ He/Him/His

antora-site-action's People

Contributors

fsismondi avatar gastaldi avatar kameshsampath avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

antora-site-action's Issues

Add doc search support

Thanks for sharing antora-site-action

I wonder if you are interested in extending the component to support Mogztter/antora-lunr. I would happily contribute to this.

A proposal for the action specification:

name: "Antora Site"
description: "Generate the Antora site"
branding:
  icon: book-open
  color: yellow
inputs:
  antora_playbook:
    description: 'The Antora playbook file'
    required: true
    default: 'site.yaml'
  site_sources_path:
    description: 'The path relative to workspace root, where the asciidoc sources exits'
    required: false
  antora_generator:
    description: 'Select generator to be used. Supports "@antora/site-generator-default" or "antora-site-generator-lunr"'
    required: false
    default: '@antora/site-generator-default'
  antora_search_bar_enabled:
    description: 'Select whether to enable the search bar for documentation'
    required: false
    default: 'false'
runs:
  using: 'docker'
  image: 'Dockerfile'
  args:
     - ${{ inputs.antora_playbook}}
     - ${{ inputs.site_sources_path }}
     - ${{ inputs.antora_generator }}
     - ${{ inputs.antora_search_bar_enabled }}

Happy to provide a PR if you find this reasonable.

Thanks again,
Fede

Touch .nojekyll

It would be really cool if this action would verify that there is a .nojekyll file present in the published site. We know that Jekyll interferes with the output generated by Antora, so we will always need it when publishing to GitHub Pages. It would make things a lot simpler for users if the action took care of this detail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.