Skip to content

Commit 5aa60e4

Browse files
committed
Initial Commit
0 parents  commit 5aa60e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8375
-0
lines changed

.version

Whitespace-only changes.

.vscode/tasks.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"tasks": [
3+
{
4+
"command":"docfx",
5+
"args": [
6+
"build"
7+
],
8+
"problemMatcher": [
9+
"$msCompile"
10+
],
11+
"group": {
12+
"kind": "build",
13+
"isDefault": true
14+
},
15+
"label": "build",
16+
"type": "shell",
17+
"options": {
18+
"cwd": "docfx"
19+
},
20+
},
21+
{
22+
"command": "docfx",
23+
"args": [
24+
"serve",
25+
"_site"
26+
],
27+
"problemMatcher": [
28+
"$msCompile"
29+
],
30+
"group": {
31+
"kind": "build",
32+
"isDefault": false
33+
},
34+
"label": "build: Compile and Serve site with DocFX",
35+
"type": "shell",
36+
"options": {
37+
"cwd": "docfx"
38+
},
39+
"dependsOn":[
40+
"build"
41+
]
42+
}
43+
]
44+
}

docfx/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
###############
2+
# folder #
3+
###############
4+
/**/DROP/
5+
/**/TEMP/
6+
/**/packages/
7+
/**/bin/
8+
/**/obj/
9+
_site

docfx/.version

Whitespace-only changes.

docfx/adv/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
_title: Advanced Topics in Dyson Sphere Program
3+
---
4+

docfx/adv/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Advanced Players' Introduction
2+
href: index.md

docfx/docfx.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.{md,yml}"
7+
],
8+
"exclude":[
9+
"**/include/**",
10+
"**/_site/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"images/**"
18+
]
19+
}
20+
],
21+
"dest": "../docs",
22+
"globalMetadataFiles": [],
23+
"fileMetadataFiles": [],
24+
"template": [
25+
"default",
26+
"modern",
27+
"templates/dsp/dsp"
28+
],
29+
"postProcessors": [],
30+
"keepFileLink": false,
31+
"disableGitFeatures": true,
32+
"build": {
33+
"globalMetadata": {
34+
"_appTitle": "The Unofficial Reddit Guide to Dyson Sphere Program",
35+
"_appName": "Reddit's DSP Guide"
36+
},
37+
"sitemap": {
38+
"baseUrl": "https://dotnet.github.io/docfx",
39+
"priority": 0.1,
40+
"changefreq": "monthly"
41+
}
42+
}
43+
}
44+
}

docfx/images/banner.png

238 KB
Loading

docfx/images/logo.png

15.2 KB
Loading

docfx/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
_title: "The Unofficial Reddit Guide to Dyson Sphere Program"
3+
---
4+
5+
## Table of Contents
6+
7+
1. [Beginner Players' Guide to DSP](n00bs/index.md)
8+
1. [Intermediate Players' Guide to DSP](int/index.md)
9+
1. [Advanced Players' Guide to DSP](adv/index.md)
10+
11+
## Resources
12+
13+
- [r/dysonsphereprogram](https://www.reddit.com/r/Dyson_Sphere_Program)
14+
- [Discord Server](https://discord.com/invite/kJCvexg5C9)
15+
- [Wiki]()
16+
- [Recipes]()

docfx/int/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
_title: Intermediate Topics in Dyson Sphere Program
3+
---
4+
5+

docfx/int/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Intermediate Players' Introduction
2+
href: index.md

docfx/n00bs/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
_title: Beginning to Play Dyson Sphere Program
3+
---
4+
5+
## How is this Site Structured?
6+
7+
This site began with a [seemingly innocent post](https://www.reddit.com/r/Dyson_Sphere_Program/comments/179y1jp/what_are_your_dyson_sphere_program_pro_tips/) on Reddit, which got an overwhelming response and tons of great content.
8+
9+
### Contributors
10+
11+
## What is Dyson Sphere Program About?
12+
13+
## Getting Started
14+
15+
[u/The_Quackening](https://reddit.com/u/The_Quackening):
16+
> Set up assemblers that will build: belts, power poles, assemblers, and sorters.
17+
>
18+
> do this ASAP. You are going to need a lot of them, and hand crafting is WAY too slow.
19+
>
20+
> All you really need is a single assembler for each, in the time it takes you to build stuff, another stack will be done.
21+
> ([comment](https://www.reddit.com/r/Dyson_Sphere_Program/comments/179y1jp/comment/k59l96t/?utm_source=share&utm_medium=web2x&context=3))
22+
23+
## Index

docfx/n00bs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Beginner Players' Introduction
2+
href: index.md
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root
2+
for full license information.}}
3+
{{!include(/^styles/.*/)}}
4+
{{!include(/^fonts/.*/)}}
5+
{{!include(favicon.ico)}}
6+
{{!include(images/logo.png)}}
7+
{{!include(search-stopwords.json)}}
8+
<!DOCTYPE html>
9+
<!--[if IE]><![endif]-->
10+
<html>
11+
12+
{{>partials/head}}
13+
14+
<body>
15+
<div class="top-navbar">
16+
17+
<a class="burger-icon" onclick="toggleMenu()">
18+
<svg name="Hamburger" style="vertical-align: middle;" width="24" height="24" viewBox="0 0 24 24">
19+
<path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"
20+
d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path>
21+
</svg>
22+
</a>
23+
24+
{{>partials/logo}}
25+
26+
</div>
27+
28+
<div class="body-content">
29+
30+
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
31+
32+
<nav id="sidebar" role="navigation">
33+
34+
<div class="sidebar">
35+
36+
{{>partials/navbar}}
37+
38+
<div class="sidebar-item-separator"></div>
39+
40+
{{^_disableToc}}
41+
{{>partials/toc}}
42+
{{/_disableToc}}
43+
44+
</div>
45+
46+
{{>partials/footer}}
47+
48+
</nav>
49+
50+
<main class="main-panel">
51+
52+
{{#_enableSearch}}
53+
{{>partials/searchResults}}
54+
{{/_enableSearch}}
55+
56+
<div role="main" class="main-panel-content hide-when-search">
57+
58+
{{^_disableBreadcrumb}}
59+
{{>partials/breadcrumb}}
60+
{{/_disableBreadcrumb}}
61+
62+
<article class="content wrap" id="_content" data-uid="{{uid}}">
63+
<div
64+
style="position:relative; background: url(&quot;/images/banner.png&quot;) center center / cover no-repeat rgb(0, 0, 0); filter: none; height: 192px;">
65+
<h1 style="position: absolute; right: 10px; bottom: 10px; background: #00000088; margin-bottom: 0px;">{{_title}}</h1>
66+
</div>
67+
{{!body}}
68+
</article>
69+
70+
</div>
71+
</main>
72+
</div>
73+
74+
{{>partials/scripts}}
75+
76+
</body>
77+
78+
</html>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="footer">
2+
{{{_appFooter}}}
3+
{{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
4+
<div>Modified <a href="https://github.com/jbltx/DiscordFX" target="_blank">DiscordFX Theme</a></div>
5+
</div>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
7+
<meta name="viewport" content="width=device-width">
8+
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
9+
<meta name="generator" content="docfx {{_docfxVersion}}">
10+
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
11+
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
12+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
13+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
14+
<link rel="stylesheet" href="{{_rel}}styles/colors.css">
15+
<link rel="stylesheet" href="{{_rel}}styles/discord.css">
16+
<link rel="stylesheet" href="{{_rel}}styles/main.css">
17+
<meta property="docfx:navrel" content="{{_navRel}}">
18+
<meta property="docfx:tocrel" content="{{_tocRel}}">
19+
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
20+
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
21+
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
22+
</head>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<ul class="nav level{{level}}">
4+
{{#items}}
5+
{{^dropdown}}
6+
<li>
7+
{{^leaf}}
8+
<span class="expand-stub"></span>
9+
{{/leaf}}
10+
{{#topicHref}}
11+
<a href="{{topicHref}}" class="sidebar-item" name="{{tocHref}}" title="{{name}}">{{name}}</a>
12+
{{/topicHref}}
13+
{{^topicHref}}
14+
<a>{{{name}}}</a>
15+
{{/topicHref}}
16+
17+
{{^leaf}}
18+
{{>partials/li}}
19+
{{/leaf}}
20+
</li>
21+
{{/dropdown}}
22+
{{#dropdown}}
23+
<li class="dropdown">
24+
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">{{name}} <span class="caret"></span></a>
25+
<ul class="dropdown-menu level{{level}}">
26+
{{>partials/dd-li}}
27+
</ul>
28+
</li>
29+
{{/dropdown}}
30+
{{/items}}
31+
</ul>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<a class="brand" href="{{_rel}}index.html">
4+
<img src="{{_rel}}images/logo.png" alt="Reddit's DSP Guide" class="logomark">
5+
<span class="brand-title">Reddit's DSP Guide</span>
6+
</a>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<div>
4+
<div class="mobile-hide">
5+
{{>partials/logo}}
6+
</div>
7+
8+
{{#_enableSearch}}
9+
<div class="sidesearch">
10+
<form id="search" role="search" class="search">
11+
<svg width="20" height="20" class="search-icon" viewBox="0 0 20 20"><path d="M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path></svg>
12+
<input type="text" id="search-query" placeholder="{{__global.search}}" autocomplete="off">
13+
</form>
14+
</div>
15+
{{/_enableSearch}}
16+
17+
<div id="navbar">
18+
</div>
19+
20+
</div>
21+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
4+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
5+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
6+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
7+
<script type="text/javascript" src="{{_rel}}styles/jquery.twbsPagination.js"></script>
8+
<script type="text/javascript" src="{{_rel}}styles/url.min.js"></script>
9+
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
10+
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
11+
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<div id="search-results" class="main-panel-content" style="display: none;">
4+
<h1 class="search-list">{{__global.searchResults}} <span></span></h1>
5+
<div class="sr-items">
6+
<p><svg class="index-loading" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg></p>
7+
</div>
8+
<ul id="pagination" data-first={{__global.pageFirst}} data-prev={{__global.pagePrev}} data-next={{__global.pageNext}} data-last={{__global.pageLast}}></ul>
9+
</div>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<div id="sidetoggle">
4+
<div id="sidetoc"></div>
5+
</div>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default {
2+
defaultTheme: 'dark',
3+
iconLinks: [
4+
{
5+
icon: 'github',
6+
href: 'https://github.com/dotnet/docfx',
7+
title: 'GitHub'
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)