diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0d06020..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - directory: / - open-pull-requests-limit: 3 - package-ecosystem: "gitsubmodule" - rebase-strategy: auto - allow: - - dependency-name: "generator" - schedule: - interval: "daily" \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e430f38..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "generator"] - path = generator - url = https://github.com/StrataSource/strata-wiki.git diff --git a/404.html b/404.html new file mode 100644 index 0000000..6b762b7 --- /dev/null +++ b/404.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/README.md b/assets/README.md deleted file mode 100644 index 69a4e8a..0000000 --- a/assets/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Please files here and they'll become available on `/assets/`. - -If you're attempting to upload sample files, please use the [sample repository](https://github.com/strataSource/samples) \ No newline at end of file diff --git a/favicon.svg b/favicon.svg deleted file mode 100644 index e551cdc..0000000 --- a/favicon.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/generator b/generator deleted file mode 160000 index 486b69b..0000000 --- a/generator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 486b69b9dfcfa5f6401cf03e95b8a2b493aba63b diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b762b7 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 9621178..0000000 --- a/package-lock.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "strata-wiki", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "strata-wiki", - "version": "1.0.0" - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index 3396977..0000000 --- a/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "strata-wiki", - "version": "1.0.0", - "description": "The new and improved Strata Source Wiki", - "scripts": { - "cf-build": "cd generator && npm i && npm run build-ts && npm run build", - "dev": "cd generator && npm i && npm run dev" - }, - "author": "Strata Source" -} diff --git a/pages/momentum/index.md b/pages/momentum/index.md deleted file mode 100644 index aa864c9..0000000 --- a/pages/momentum/index.md +++ /dev/null @@ -1,3 +0,0 @@ -![](https://raw.githubusercontent.com/momentum-mod/docs/master/static/images/logo.png) - -This is a placeholder until we get a real index file here. Read the actual docs [here](https://docs.momentum-mod.org/). diff --git a/pages/momentum/meta.json b/pages/momentum/meta.json deleted file mode 100644 index 5ec5fbd..0000000 --- a/pages/momentum/meta.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "logo": "https://branding.stratasource.org/i/strata-source/logo/ondark/mono.svg", - "icon": "https://cdn.discordapp.com/attachments/680970994567217174/1104850765215973537/Momentum_Logo_White_Outline.svg", - "name": "Momentum Mod", - "color": "#1896d3", - "categories": [ - { - "label": "Guides", - "id": "guides", - "redirect": "https://docs.momentum-mod.org/" - }, - { - "label": "Panorama", - "id": "panorama", - "home": "overview", - "topics": [ - { - "path": "panorama", - "id": "overview", - "name": "Overview" - }, - { - "path": "panorama/control", - "id": "control", - "name": "Controls" - } - ] - } - ], - "features": ["PORTALS"] -} diff --git a/pages/p2ce/index.md b/pages/p2ce/index.md deleted file mode 100644 index f42ceeb..0000000 --- a/pages/p2ce/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Portal 2: Community Edition Wiki" ---- -# Portal 2: Community Edition Wiki - -Welcome to the Portal 2: Community Edition wiki! - -Portal 2: Community Edition is an enhanced version of Portal 2 with a focus -on improving modding workflow and expanding the feature set of the game by -adding new testing elements, tools and more to the game. - -Our Steam page can be found [here](https://store.steampowered.com/app/440000/Portal_2_Community_Edition/)! diff --git a/pages/p2ce/meta.json b/pages/p2ce/meta.json deleted file mode 100644 index dda9552..0000000 --- a/pages/p2ce/meta.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "logo": "https://baguettery-alt.chaos-branding-tool.pages.dev/media/p2ce/full_mw.svg", - "icon": "https://baguettery-alt.chaos-branding-tool.pages.dev/media/p2ce/square_mw.svg", - "name": "Portal 2: Community Edition", - "nameShort": "P2CE", - "color": "#ff7b02", - "categories": [ - { - "label": "Reference", - "id": "reference", - "home": "reference", - "topics": [ - { - "id": "reference", - "name": "Reference" - } - ] - }, - { - "label": "VScript", - "id": "vscript", - "home": "overview", - "topics": [ - { - "path": "vscript", - "id": "overview", - "name": "Overview" - }, - { - "path": "vscript/global", - "id": "global", - "name": "Globals" - }, - { - "path": "vscript/class", - "id": "class", - "name": "Classes" - } - ] - }, - { - "label": "Panorama", - "id": "panorama", - "home": "overview", - "topics": [ - { - "path": "panorama", - "id": "overview", - "name": "Overview" - }, - { - "path": "panorama/control", - "id": "control", - "name": "Controls" - } - ] - } - ], - "features": ["VSCRIPT", "PORTALS", "MOD_PORTAL2"] -} diff --git a/pages/shared/index.md b/pages/shared/index.md deleted file mode 100644 index a9edb7f..0000000 --- a/pages/shared/index.md +++ /dev/null @@ -1,77 +0,0 @@ -# Strata Source Wiki - -Welcome to the Strata Source wiki! This wiki contains documentation that is -common to all Strata Source-based games. - -The markdown sources of the wiki are located here: -[https://github.com/StrataSource/Wiki](https://github.com/StrataSource/Wiki) - -If you'd like to contribute, see the Contributing section of this document for -more information. - -## Features - -Strata Source started development in the June of 2020 as a fork of CSGO's engine branch -with Portal 2 features backported. Since its inception, many features, fixes and -other improvements have been made to Strata Source, including: - -- Native DirectX 11 renderer -- Panorama UI -- DXVK support on Linux for DirectX 11 -- 64-bit support (32-bit support has been completely dropped) -- PBR shading -- CSM (Originally from CSGO) -- Backwards compatibility with BSP v19-21 -- Backwards compatibiltiy with TF2/HL2 branch models -- webm video support, replacing older Bink videos -- Many improvements to Linux support -- Fully cross platform engine tools and utils -- Steam Audio -- Support for Portals and paint even in non-Portal based mods -- Many improvements to the Hammer level editor -- Many code quality improvements (Refactors, cleanup and C++20) -- Sentry crash report integration -- And much much more! - -## Projects Using Strata - -Right now, the following games are using Strata: - -- [Momentum Mod](https://momentum-mod.org/) -- [Portal 2: Community Edition](https://portal2communityedition.com/) -- [Portal: Revolution](https://www.moddb.com/mods/portal-revolution-spyce-software) - -## Contributing - -Anyone can contribute to the wiki. Just fork the repo, commit your changes and -open a pull request. Make sure to use appropriate language, and be willing to -take feedback on your PR. - -### Guidelines - -Pull requests are thoroughly reviewed before being accepted. All contributions -must adhere to these guidelines - -#### Pages have to - -- be related to Strata Source -- not be a duplicate of an existing page -- contain formal, passive language (No `I think` or `Next you go to`) - -#### Please do - -- embed images or videos that showcase what is being explained -- add links wherever possible -- use proper, rich - [markdown styling](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - -#### Please don't - -- create pages for general Hammer Editor tutorials -- advertise -- add malicious links or (any) downloads - -### Images and other media - -Images should be kept in this git repository, as this helps versioning and it -ensures the images will always be available. \ No newline at end of file diff --git a/pages/shared/meta.json b/pages/shared/meta.json deleted file mode 100644 index fbc19c1..0000000 --- a/pages/shared/meta.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "logo": "https://branding.stratasource.org/i/strata-source/logo/ondark/mono.svg", - "icon": "https://branding.stratasource.org/i/strata-source/icon/ondark/mono.svg", - "name": "Strata Source", - "color": "#f0413c", - "categories": [ - { - "label": "Reference", - "id": "reference", - "home": "reference", - "topics": [ - { - "id": "reference", - "name": "Reference" - } - ] - }, - { - "label": "VScript", - "id": "vscript", - "home": "overview", - "topics": [ - { - "path": "vscript", - "id": "overview", - "name": "Overview" - }, - { - "path": "vscript/global", - "id": "global", - "name": "Globals" - }, - { - "path": "vscript/class", - "id": "class", - "name": "Classes" - } - ] - }, - { - "label": "Panorama", - "id": "panorama", - "home": "overview", - "topics": [ - { - "path": "panorama", - "id": "overview", - "name": "Overview" - }, - { - "path": "panorama/control", - "id": "control", - "name": "Control" - } - ] - } - ], - "features": ["VSCRIPT", "PORTALS", "MOD_PORTAL2"] -} diff --git a/pages/shared/panorama/control/index.md b/pages/shared/panorama/control/index.md deleted file mode 100644 index a779de0..0000000 --- a/pages/shared/panorama/control/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Overview ---- - -# Panorama Controls - -Documentation pertaining to Panorama Controls. diff --git a/pages/shared/panorama/control/label.md b/pages/shared/panorama/control/label.md deleted file mode 100644 index 30a37eb..0000000 --- a/pages/shared/panorama/control/label.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Label ---- - -# Control: Label - -The Label control is a simple text display. - -# Example - -```xml - -