Skip to content

Documentation

Quick access and Contact

Icon links to my platforms are available at the bottom of this page.

Technical Blog

Information Tags
DevOps – CI/CD / Docker DevOps-CI/CD / DevOps-Docker
DevOps-Docs DevOps-Sphinx / DevOps-MkDocs / DevOps-ReadTheDocs

How to use these links

Click each Tag link to view all related posts at once.
All links redirect to my technical blog (Blogger), organized using tag-based categories
The blog is primarily written in Korean, with English support available via Google Translate.

Go Back Technical-Skills->DevOps-CI/CD/CT


ReadTheDocs-Projects



ReadTheDocs is retained for documentation hosting experiments and legacy project documentation.

API Documentation Integration

The WIFI Sniffer project also compares several approaches for integrating C/C++ API documentation into Sphinx and ReadTheDocs.

Configuration Purpose API Document
Sphinx + Doxygen Generate API documentation directly from C/C++ source comments using Doxygen. API Reference-1
Sphinx + Doxygen + Breathe Import Doxygen XML into Sphinx so API content uses the Sphinx document structure, theme, and navigation. API Reference-2
Sphinx + Doxygen + Breathe + Exhale Automatically generate a structured API hierarchy on top of Breathe, including files, functions, types, and related API pages. API Reference-3

ReadTheDocs Hosting and Sphinx API Documentation Flow

ReadTheDocs is used to host the generated technical documentation.
Doxygen extracts API information from C/C++ source code.
Breathe connects the generated Doxygen XML to Sphinx.
Exhale automatically builds a navigable API hierarchy from the Breathe/Doxygen data

ReadTheDocs sometimes not working properly (Server Problem)


View ReadTheDocs Dashboard



ReadTheDocs TEST


ReadTheDocs TEST Hosting Site and Repository




Github Pages-Projects





Technical Writing and Documentation Automation

Technical documents are maintained using MkDocs and Git-based version control.
Documentation and TEST reports are published through GitHub Pages as part of the project workflow.



GitHub Pages-MyProfile


Github Main Hosting Site and Repository



GitHub Pages TEST


various tests based on Github Pages (only for Test)

Github TEST Hosting Site and Repository