Skip to content

Commit

Permalink
update config files with new style and content
Browse files Browse the repository at this point in the history
  • Loading branch information
podrivo committed Aug 11, 2024
1 parent d52d8e6 commit 39207be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
11 changes: 4 additions & 7 deletions _config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,22 @@ Welcome {#mainpage}

This is a DayZ Scripts documentation, made for those wandering in the DayZ modding and scripting world. Supposed to be something quicker to browse and get around with. Hopefully this is useful for modders out there. This is just the tip of the iceberg, so make sure you check all the links and Discord channels below.

Unfortunately, you won't find any DayZ official documentation for most of the things you'll need to get started on scripting, so the community is your best friend here. Once you join a Discord channel, you can check pinned messages for general answers.
Unfortunately, you won't find a official detailed documentation about this subject. For most of the things you'll need to get started on scripting, the community content is your best friend. Quick tip: once you join a Discord channel, you can check pinned messages for frequently asked questions.


Official links
--

- [DayZ Forums](https://forums.dayz.com/)
- [Community Wiki](https://community.bistudio.com/wiki/Category:DayZ)
- [GitHub Repositories](https://github.com/orgs/BohemiaInteractive/repositories?q=dayz)
- [Feedback Tracker](https://feedback.bistudio.com/tag/dayz/)
- [Github Script Diff](https://github.com/BohemiaInteractive/DayZ-Script-Diff)
- [Github Modding Samples](https://github.com/BohemiaInteractive/DayZ-Samples)
- [Github Central Economy](https://github.com/BohemiaInteractive/DayZ-Central-Economy)
- [Github Additional Resources](https://github.com/BohemiaInteractive/DayZ-Misc)


Community links
--
- [Enfusion Modders Discord](https://discord.gg/enfusion-modders-452035973786632194)
- [Grampa's DayZ Academy Discord](https://discord.gg/Mh5nhD3qth)
- [DZ Academy Discord](https://discord.gg/Mh5nhD3qth)
- [Mikero's Tools](https://mikero.bytex.digital/)


Expand Down Expand Up @@ -66,6 +63,6 @@ Version 1.20
About
--

The website is automatically generated by [Doxygen](https://www.doxygen.nl/), using DayZ scripts source code. However, you won't find any source code here. For that, make sure you visit [Github Script Diff](https://github.com/BohemiaInteractive/DayZ-Script-Diff/tree/main/scripts). If you find bugs or have any suggestions, let me know in [YADZ's Discord](https://discord.gg/nbrHqZCpA6).
This documentation is automatically generated, by running DayZ scripts source code into an open source software that does generates this website, called [Doxygen](https://www.doxygen.nl/). However, you won't find any source code here. For that, make sure you visit the official [DayZ Script Diff](https://github.com/BohemiaInteractive/DayZ-Script-Diff/tree/main/scripts). Heavily inspired on 🙏 [Dayz Explorer](https://dayzexplorer.zeroy.com/), but actively being maintained, so if you find bugs or have any suggestions, please let me know in [YADZ's Discord](https://discord.gg/nbrHqZCpA6).

This is not an official documentation and it's not affiliated with [DayZ](https://dayz.com/) or [Bohemia Interactive](https://www.bohemia.net/). All rights reserved to Bohemia Interactive. This website is released under the [Arma and DayZ Public License Share Alike (ADPL-SA)](https://www.bohemia.net/community/licenses/arma-and-dayz-public-license-share-alike-adpl-sa). All other trademarks and copyrights are the property of their respective owners.
15 changes: 10 additions & 5 deletions _config/doxygen-extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ body {
line-height: 24px;
} */

h1 {
font-size: 150%;
line-height: 28px;
#bigger ~ h1 {
font-size: 180%;
line-height: 140%;
margin-top: 48px;
margin-bottom: 24px;
margin-bottom: 16px;
}


Expand All @@ -80,6 +80,7 @@ body #mainpage, table #mainpage, div #mainpage, p #mainpage, dl #mainpage {
font-size: 260%;
font-weight: 700;
line-height: 140%;
padding: 0;
}

#projectbrief {
Expand Down Expand Up @@ -125,7 +126,9 @@ div.header {
}

div.header .title {
margin: 48px 0px 24px;
margin: 28px 0px 24px;
font-size: 260%;
line-height: 140%;
}


Expand Down Expand Up @@ -160,6 +163,8 @@ div.contents a {

#bigger ~ ul {
padding-left: 20px;
margin-top: -10px;
margin-bottom: 28px;
}


Expand Down

0 comments on commit 39207be

Please sign in to comment.