Skip to content

Commit

Permalink
Merge branch 'master' into 4.0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Feb 27, 2022
2 parents 35a5e6f + 3244dcd commit 47c7a90
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 272 deletions.
19 changes: 19 additions & 0 deletions .github/.imgbotconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"schedule": "weekly",
"ignoredFiles": [
"/GameData/*",
"/docs/LegalMumboJumbo/*",
"/GameData/ExtraplanetaryLaunchpads/*",
"/GameData/ExtraplanetaryLaunchpads/UI/*",
"/GameData/ExtraplanetaryLaunchpads/Textures/*",
"/GameData/SimpleConstruction/*",
"/source/*",
"**/Assets/**",
"**/Flags/**",
"**/Agents/**",
"**/@Thumbs/**"
],
"aggressiveCompression": "false",
"compressWiki": "true",
"minKBReduced": 500
}
34 changes: 34 additions & 0 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 1.0.1.0
# created: 05 Feb 2022
# updated: 20 Feb 2022
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes

name: Create markdown indexes

# Controls when the action will run.
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.5.13
with:
folder: ${{github.workspace}}/docs/

- name: Commit changes
continue-on-error: true
run: |
cd ${{github.workspace}}
git config --global user.email "Bot@Example.com"
git config --global user.name "DaanV2 Bot"
git add .
git commit -m "auto: Generated markdown indexes"
git push
6 changes: 4 additions & 2 deletions docs/LegalMumboJumbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ title: Legal Mumbo Jumbo
---

<!--
LegalMumboJumbo.md v1.0.1.0
LegalMumboJumbo.md v1.0.2.0
SimpleConstruction! (SCON)
created: 01 Feb 2022
updated: 01 Feb 2022
-->

# SimpleConstruction! (SCON)

[Home](/index.md)

* ![LegalMumboJumbo](/LegalMumboJumbo/FORUM-01.png)
* ![LegalMumboJumbo](/LegalMumboJumbo/FORUM-02.png)

<!-- this file CC BY-NC-ND 3.0 Unported by zer0Kerbal-->
<!-- this file CC BY-NC-ND 3.0 Unported by zer0Kerbal -->
27 changes: 12 additions & 15 deletions docs/ReleaseNotes/4.0.2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ SimpleConstruction! (SCON)
created: 11 Aug 2018
updated: 01 Feb 2020 -->

[![Mod Version][shield:mod:static]][MOD:forum]
[![SimpleConstruction! Version][shield:mod:static]][MOD:forum]
[![KSP version][shield:ksp:static]][KSP:website] ![KSP-AVC][shield:kspavc] [![License MIT][shield:license]][LINK:license] [![][LOGO:mit]][LINK:license]
![Validate AVC .version files][shield:avcvalid]
***
***
# Version 4.0.2.4 - Spring Cleaning
- <B><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
- apologies, I forgot to list B9PartSwitch or IFS as soft-dependencies. this is now fixed.
Expand All @@ -35,7 +35,7 @@ updated: 01 Feb 2020 -->
- WARNING: if you install IFS or B9 after using the new parts, they be hidden but this shouldn't affect any in flight vessels (ghostparts.cfg)
> See [Full Changelog][MOD:changelog] for full details of changes
> See [Known Issues][MOD:issues] for known issues
***
***
*red box below is a link to forum post on how to get support*
[![How to get support][image:get-support]][thread:getsupport]

Expand All @@ -52,30 +52,27 @@ updated: 01 Feb 2020 -->
[KSP:website]: http://kerbalspaceprogram.com/

<!-- static -->
[shield:mod:static]: https://img.shields.io/badge/Solar%20Science%20version-1.3.0.0-orange.svg?style=plastic
[shield:mod:static]: https://img.shields.io/badge/SimpleConstruction!%20version-1.3.0.0-orange.svg?style=plastic
[shield:code:static]:https://img.shields.io/badge/CODE-%3C.NET%203.5%3E%20%3CUnity%202017.1.3p1%3E%20%3CC%23%3E-blue?style=plastic
[shield:ksp:static]: https://img.shields.io/badge/KSP%20version-1.8.1-3Cf.svg?style=plastic

[shield:mod:latest]: https://img.shields.io/github/v/release/zer0Kerbal/SimpleConstruction?include_prereleases?style=plastic
[shield:mod]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/mod.json
[shield:ksp]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/ksp.json
[shield:license]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/license.json
[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json
[shield:code]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/json/code.json
[shield:kspavc]: https://img.shields.io/badge/KSP-AVC--supported-brightgreen.svg?style=plastic
[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg
[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/License.txt "MIT"
[shield:avcvalid]: https://github.com/zer0Kerbal/SimpleConstruction/workflows/Validate%20AVC%20.version%20files/badge.svg

[LINK:license]: https://raw.githubusercontent.com/zer0Kerbal/SimpleConstruction/master/License.txt "MIT"

[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png "Click here to be taken to a forum thread on how to get support"
[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* "Click here to be taken to a forum thread on how to get support"
[image:get-support]: https://i.postimg.cc/vHP6zmrw/image.png "Click here to be taken to a forum thread on how to get support"
[thread:getsupport]: https://forum.kerbalspaceprogram.com/index.php?/topic/83212-* "Click here to be taken to a forum thread on how to get support"

<!--- license logo urls -->
[LOGO:MIT]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "MIT"
[LOGO:MIT]: https://i.postimg.cc/bvjfsMP5/MIT-17x17.png "MIT"

<!--- release graphic(s) -->
[HERO:0]: https: "Deployable Assets"

<!--
CC BY-NC-SA-4.0
zer0Kerbal
-->
<!-- CC BY-NC-SA-4.0 by zer0Kerbal -->
Loading

0 comments on commit 47c7a90

Please sign in to comment.