Skip to content

Commit

Permalink
Temporarily hide some sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Sep 18, 2024
1 parent 9e4ef33 commit 568eb66
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 31 deletions.
8 changes: 4 additions & 4 deletions docs/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This page describes ways to help or contribute to Vinifera and lists the contrib

## Guidelines for contributors

### Project structure
% ### Project structure

TODO
% TODO

### Code styleguide
% ### Code styleguide

TODO
% TODO

### Git branching model

Expand Down
4 changes: 0 additions & 4 deletions docs/General-Info.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ There are going to be three main types of Vinifera builds:

So far the development is at the stage when only nightly builds are produced.

## Saved games filtering

TODO

## Compatibility

Vinifera is designed to be used alongside [CnCNet TS patches and spawner](https://github.com/CnCNet/ts-patches) and eventually it's supposed to supersede them.
46 changes: 23 additions & 23 deletions docs/Whats-New.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@

This page lists the history of changes across stable Vinifera releases and also all the stuff that requires modders to change something in their mods to accommodate.

## Migrating
% ## Migrating

% ```{hint}
% You can use the migration utility (can be found on [Vinifera supplementaries repo](https://github.com/Vinifera-Developers/ViniferaSupplementaries)) to apply most of the changes automatically using a corresponding sed script file.
% ```

### From vanilla
% ### From vanilla

### When updating Vinifera
% ### When updating Vinifera

### From TS Patches
% ### From TS Patches

### New user settings in `SUN.ini`

- These are new user setting keys added by various features in Vinifera. Most of them can be found in either in [user inteface](User-Interface.md) or [miscellaneous](Miscellanous.md) sections. Search functionality can be used to find them quickly if needed.

```ini

```

### For Map Editor (Final Sun)

<details>
<summary>Click to show</summary>

In `FAData.ini`:
```ini

```
</details>
% ### New user settings in `SUN.ini`
%
% - These are new user setting keys added by various features in Vinifera. Most of them can be found in either in [user inteface](User-Interface.md) or [miscellaneous](Miscellanous.md) sections. Search functionality can be used to find them quickly if % needed.
%
% ```ini
%
% ```
%
% ### For Map Editor (Final Sun)
%
% <details>
% <summary>Click to show</summary>
%
% In `FAData.ini`:
% ```ini
%
% ```
% </details>

## Changelog

### 0.0
### 0.1

<details open>
<summary>Click to show</summary>
Expand Down

0 comments on commit 568eb66

Please sign in to comment.