Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.64 KB

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License Community Support

NGINX Directive Reference

This repo contains the reference-lib npm package that can be used to fetch NGINX directive reference in Markdown and HTML format. It also has the converter code that is used to generate the directive reference json.

Getting Started

Refer to the README file for how to install the reference-lib package.

Refer to the README file for how to build and run the reference converter.

This project includes a devcontainer with all dependencies pre-installed and configured.

Directory Structure

The repository is organized as follows:

  • reference-lib/: This directory contains an npm package that allows for easy lookup of nginx directives
  • reference-converter/: This directory contains a program that converts the official NGINX reference documentation from XML format to JSON.
  • tools/: This directory contains development tools
  • examples/: This directory contains example usage of the reference-lib

Contributing

Please see the contributing guide for guidelines on how to best contribute to this project.

License

Apache License, Version 2.0

© F5, Inc. 2024