Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Features.md #50

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _data/docs_sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
link: /docs/Packaging.html

- title: Features
link: /docs/Features.html
list:
- title: NIC
link: /docs/NIC.html
Expand Down Expand Up @@ -54,6 +53,8 @@
link: https://orion.theos.dev/
- title: Rootless
link: /docs/Rootless.html
- title: SIMBL
link: /docs/SIMBL.html

- title: Technical
list:
Expand Down
15 changes: 0 additions & 15 deletions docs/Features.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/SIMBL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: SIMBL
layout: docs
---

*TODO: Document Theos' SIMBL (simbltweak.mk) support*

[MySIMBL](https://github.com/w0lfschild/mySIMBL)-/[MacForge](https://github.com/MacEnhance/MacForge)-based tweaks for OSX.

3 changes: 2 additions & 1 deletion docs/Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Information regarding the various parts of Theos' internal structure:
* **logos/**: The files for [Logos](https://github.com/theos/logos).
* **nic/**: The files for [NIC](/docs/NIC.html).
* **templates/**: [Built-in templates](https://github.com/theos/templates) that may be used to scaffold new projects using [NIC](/docs/NIC.html).
* **Prefix.pch**: The prefix header imported into the compilation process for all C-based languages. Provides macros and imports of frameworks for legacy projects.
* **Prefix.pch**: The prefix header imported into the compilation process for all C-based languages targeting iOS. Provides convenient [macros](https://github.com/theos/headers/blob/master/theos/IOSMacros.h), backwards compatibility for [nullability](https://github.com/theos/headers/blob/master/theos/BackwardsCompat.h), and imports of [common frameworks](https://github.com/theos/theos/blob/master/Prefix.pch) for legacy projects.
* Deprecated and non-functional for macOS and tvOS, iOS when taregting iOS 14+, and Swift.