Skip to content

Commit

Permalink
📝 docsite overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rae committed Sep 18, 2024
1 parent acb362f commit 0717945
Show file tree
Hide file tree
Showing 81 changed files with 494 additions and 736 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
A homebrew attempt at recreating classic [Solforge](https://en.wikipedia.org/wiki/SolForge).

- [Play the Game](https://grousewood-games.github.io/solforge/play/)
- [How to Play](https://grousewood-games.github.io/solforge/docs/rules)
- Additional [Info and FAQ](https://grousewood-games.github.io/solforge/docs/faq)
- [Read the Docsite](https://grousewood-games.github.io/solforge/docs/)

## Current Release

Expand Down Expand Up @@ -63,6 +62,6 @@ The game art contains scary monsters. Very scary. Look out!

I've looked at the various licenses on github but I don't read lawyer well. My code is open, do with it as you please. Giving credit would be appreciated but I won't go to war over it.

That said, as outlined in the [credits](https://grousewood-games.github.io/solforge/docs/faq#credits), a good portion of this is the intellectual property of others. Trying to take anything from this repo and monetize it in any form is highly inadvisable. You might get a lunch date with a cease & desist.
That said, as outlined in the [credits](https://grousewood-games.github.io/solforge/docs/credits.html), a good portion of this is the intellectual property of others. Trying to take anything from this repo and monetize it in any form is highly inadvisable. You might get a lunch date with a cease & desist.

Use your noggin :brain:. Show respect :trophy:.
21 changes: 21 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en-CA" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Solforge - Mimicwurm</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.3.3">
<link rel="preload stylesheet" href="/solforge/docs/assets/style.BrP5BedK.css" as="style">

<script type="module" src="/solforge/docs/assets/app.tbZGKQ6E.js"></script>
<link rel="preload" href="/solforge/docs/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"credits.md\":\"BNoJm-id\",\"faq_development.md\":\"BQY8h95s\",\"faq_differences.md\":\"nUfortfK\",\"index.md\":\"u5CRkgJO\",\"kaelforge.md\":\"BrCMxk4r\",\"rules_advanced-event-timing.md\":\"CUCMcHZY\",\"rules_battle.md\":\"DALNtTUL\",\"rules_card-leveling.md\":\"h0ontuKe\",\"rules_creatures.md\":\"Cu_7d10C\",\"rules_deck-rules.md\":\"D7XPNgTt\",\"rules_factions.md\":\"erAzhuSG\",\"rules_first-time-players.md\":\"u8MWnDM_\",\"rules_game-interface.md\":\"Cxq2qNdw\",\"rules_game-overview.md\":\"Dg4zjwvu\",\"rules_playing-cards.md\":\"CNbrEg0q\",\"rules_turn-structure.md\":\"BXrwvtYp\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-CA\",\"dir\":\"ltr\",\"title\":\"Solforge - Mimicwurm\",\"description\":\"Documentation site for Solforge Mimicwurm Edition\",\"base\":\"/solforge/docs/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/wurm.jpg\",\"search\":{\"provider\":\"local\"},\"nav\":[{\"text\":\"Play Now\",\"link\":\"https://grousewood-games.github.io/solforge/play/\"},{\"text\":\"Contact\",\"link\":\"https://github.com/grousewood-games#contact\"}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/grousewood-games/solforge\"}],\"lastUpdated\":false,\"lastUpdatedText\":\"Last Updated\",\"footer\":{\"message\":\"Grousewood Games\",\"copyright\":\"Created with Vitepress\"},\"sidebar\":[{\"text\":\"Game Rules\",\"collapsed\":false,\"items\":[{\"text\":\"Game Overview\",\"link\":\"/rules/game-overview\"},{\"text\":\"First Time Players\",\"link\":\"/rules/first-time-players\"},{\"text\":\"Game Interface\",\"link\":\"/rules/game-interface\"},{\"text\":\"Turn Structure\",\"link\":\"/rules/turn-structure\"},{\"text\":\"Playing Cards\",\"link\":\"/rules/playing-cards\"},{\"text\":\"Battle\",\"link\":\"/rules/battle\"},{\"text\":\"Card Leveling\",\"link\":\"/rules/card-leveling\"},{\"text\":\"Deck Rules\",\"link\":\"/rules/deck-rules\"},{\"text\":\"Creatures\",\"link\":\"/rules/creatures\"},{\"text\":\"Factions\",\"link\":\"/rules/factions\"},{\"text\":\"Advanced Event Timing\",\"link\":\"/rules/advanced-event-timing\"}]},{\"text\":\"F.A.Q.\",\"collapsed\":false,\"items\":[{\"text\":\"Development Questions\",\"link\":\"/faq/development\"},{\"text\":\"Game Differences\",\"link\":\"/faq/differences\"}]},{\"text\":\"Credits\",\"link\":\"/credits\"},{\"text\":\"Kaelforge\",\"link\":\"/kaelforge\"}],\"externalLinkIcon\":false},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
1 change: 1 addition & 0 deletions docs/assets/app.tbZGKQ6E.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/chunks/@localSearchIndexroot.DvvibPSE.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/assets/chunks/VPLocalSearchBox.NbP369nz.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0717945

Please sign in to comment.