summaryrefslogtreecommitdiff
path: root/html_docs/README.md
diff options
context:
space:
mode:
authorIndrajith K L2025-11-07 04:55:35 +0530
committerIndrajith K L2025-11-07 04:55:35 +0530
commit3090134068e99e73ca57e8c0b62534c9bc99e93b (patch)
treeb52d4c0531ea9dd003a939b0cfe384b09dc5dbbf /html_docs/README.md
parent839b3793a5ec4af58d4dabae85e8f8a211ace258 (diff)
downloadreilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.tar.gz
reilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.tar.bz2
reilua-enhanced-3090134068e99e73ca57e8c0b62534c9bc99e93b.zip
Changes Docs Folders
Diffstat (limited to 'html_docs/README.md')
-rw-r--r--html_docs/README.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/html_docs/README.md b/html_docs/README.md
deleted file mode 100644
index ab45668..0000000
--- a/html_docs/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# ReiLua Documentation
-
-Simple HTML documentation for ReiLua, inspired by the Lua manual style.
-
-## Contents
-
-- index.html - Homepage
-- manual.html - Complete user guide
-- reference.html - API reference (1924 functions and structures)
-- style.css - Stylesheet
-- generate.py - Documentation generator
-
-## Viewing
-
-Open index.html in any web browser.
-
-## Hosting
-
-Upload the entire html_docs folder to your web server.
-
-## Regenerating
-
-If you update the markdown source files, regenerate with:
-
- cd html_docs
- python generate.py
-
-Requires Python 3.
-
-## Style
-
-Clean white background with navy blue headers, inspired by the official Lua manual.
-
-Simple, practical, and easy to read.