mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Clean up formatting in docu
This commit is contained in:
parent
9459924f92
commit
8b8d75992c
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
## API Documentation
|
||||
# API Documentation
|
||||
|
||||
Initial API documentation for pangolin. This documentation includes public endpoints, request/response formats, usage examples, and any limitations or constraints. This document is not complete but will be added to over time to compass more of the API.
|
||||
|
||||
|
@ -9,8 +9,6 @@ https://pangolin.yourdomain.com/api/v1/
|
|||
|
||||
I'll create an improved API documentation based on the files provided. Here's the updated markdown:
|
||||
|
||||
# API Documentation
|
||||
|
||||
## 1. Public Endpoints
|
||||
|
||||
### 1.1 User Management
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Developer Guide for the Gerbil Project
|
||||
# Developer Guide
|
||||
|
||||
This guide provides essential information for developers working on the Gerbil project, which is a Go application for managing WireGuard tunnels. It includes setup instructions, an overview of the project structure, development workflow, testing approach, and common troubleshooting steps.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# System Architecture Documentation for the Gerbil Project
|
||||
# System Architecture
|
||||
|
||||
This document outlines the system architecture of the Gerbil project, a Go application designed for managing WireGuard tunnels. It includes a high-level overview, component interactions, data flow diagrams, design decisions and rationale, as well as system constraints and limitations.
|
||||
|
||||
|
|
Loading…
Reference in a new issue