Skip to content

TempleOS-Simplified/Site-Docs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Temple Operating System

βš”οΈ TempleOS Simplified πŸ“–

Discord Invite Website

Introduction

  • TempleOS Simplified is a community built and operated documentation for learning the in's and out's of the Temple Operating System, along with it's unique C-variant "HolyC".
  • TempleOS Simplfied is designed to be as beginner friendly as possible while maintaining a content-rich approach.
  • Built using πŸ¦• Docusaurus; built with elegancy.

Contributing

Note
A basic understanding of React and Markdown may be nesseciary for editing features of TempleOS Simplified.

Upon pushing to the main branch, the site will be automatically built to the gh-pages (Does not require any manual updates; all work is done on the main branch) and deployed to GitHub pages. Understanding the file structure is important to contributing to the site; it may be worth checking out the Docsuaurs Documentation.

File Structure

Editing the documentation pages requires only an understanding of Markdown. These pages can be edited within the docs/ directory, and look something like this:

.
β”œβ”€β”€ getting-started
β”‚   β”œβ”€β”€ _category_.json
β”‚   β”œβ”€β”€ Diving In.mdx
β”‚   β”œβ”€β”€ img
β”‚   β”‚   β”œβ”€β”€ bootloader.png
β”‚   β”‚   └── terminal.png
β”‚   └── installation.mdx
└── intro.mdx

Images and resources should be added to static/ which is built directly to / in gh-pages:

.
β”œβ”€β”€ CNAME
└── img
    β”œβ”€β”€ elephant.svg
    β”œβ”€β”€ favicon.ico
    β”œβ”€β”€ HolyC_Logo.svg
    β”œβ”€β”€ larger.jpg
    β”œβ”€β”€ logo.jpg
    β”œβ”€β”€ logo_upscaled.jpg
    └── terry.svg

Contributors

About

Great website for learning TempleOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published