Skip to content

Commit f701720

Browse files
docs: test readthedocs
1 parent 42d4186 commit f701720

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Read the Docs configuration file for MkDocs projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.12"
12+
13+
mkdocs:
14+
configuration: mkdocs.yml

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
[![Build](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/build.yml/badge.svg?branch=next_major)](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/build.yml)
44
[![Quality](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/quality.yml/badge.svg?branch=next_major)](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/quality.yml)
55

6-
Welcome to the pfSense-pkg-RESTAPI repository! This package offers a robust and secure REST API for pfSense firewalls.
7-
It is designed to streamline automation by transforming the PHP functions and processes used by pfSense's
8-
webConfigurator into versatile API endpoints. This document aims to provide comprehensive details about installation,
9-
configuration, authentication, and usage of the pfSense REST API.
6+
This package offers a robust and secure REST API for pfSense firewalls. It is designed to streamline automation by
7+
transforming the PHP functions and processes used by pfSense's webConfigurator into versatile API endpoints.
108

119
> [!TIP]
1210
> Detailed API endpoint documentation can be found in the [webConfigurator after installation](#webconfigurator-settings--documentation).

0 commit comments

Comments
 (0)