Skip to content

schidams/robotframework-hub-static

 
 

Repository files navigation

Welcome to Robot Framework Hub Static

Motivation

This project is based on Robot Framework Hub to generate keyword documentation for a robotframework environment.

The original Robot Framework Hub needs a running web server process. There are no artifacts that can be published by a CI/CD pipeline.

Here Robot Framework Hub Static can be used. It generates with ´libdoc´ the documentation for the robot internal libraries, additional installed robot libraries and robot resource files. Based on the list of the generated HTML files an index page is created

Getting started

    $ pip install robotframework-hub-static
    $ keyword_doc ${ROOT_PATH_ROBOT_RESOURCES} ${DOCU_DIR}

Note:

  • robotframework-hub requires python 3.6 or greater
  • The documentation directory is cleaned up, use a dedicated directory to store the documentation.

Websites

Source code, screenshots, and additional documentation can be found here:

This is a fork of the initial project:

Acknowledgements

A huge thank-you to Echo Global Logistics (echo.com) for supporting the development of this package.

About

Re-release with no fixes for now

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 68.5%
  • HTML 13.6%
  • RobotFramework 9.7%
  • CSS 6.0%
  • JavaScript 2.2%