/Oxide-Docs

The official documentations site for Titanium Network, an organization dedicated innovating web proxy technologies. Made with Docz and Gatsby.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Oxide-Docs

The official SDK documentation site for TitaniumNetwork. Here we provide advanced web proxy services through the progression of web proxy technologies. This composes from advanced URL rewriting proxies, webOS projects, web-based emulation built from libretro, kajigs (a repository of device/OS exploits) and also web browser experimentations with service-workers. As a result a wide variety of sites are supported, speed is prioritized and resource consumption has also been significantly optimized compared to previous technologies.

Built using Gatsby and Docz

Installation

Requirements are Yarn and TypeScript. Node.js also needs to be installed (v16+).

git clone https://github.com/titaniumnetwork-dev/Oxide-Docs.git
cd Oxide-Docs
yarn

yarn dev # developmental build
yarn build # build
yarn serve # production build

Common Issues: If you recieve an error involving @emotion/core run the following command at your own risk**:

npm i @emotion/core --force

Contributing

If you wish to contribute please check out the Contributions section or commit to the GitHub!