Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
589 changes: 311 additions & 278 deletions docs/branding.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/contributing/contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ See the [documentation contribution guide](documentation.md) on how to get start

### Atlas Toolbox

[:simple-github: GitHub Repository](https://github.com/Atlas-OS/toolbox){ .md-button }
[:material-license: License (GPLv3)](https://github.com/Atlas-OS/toolbox/blob/main/LICENSE){ .md-button }
[:material-tag: Releases](https://github.com/Atlas-OS/astlas-toolbox/releases){ .md-button }
[:simple-github: GitHub Repository](https://github.com/Atlas-OS/atlas-toolbox){ .md-button }
[:material-license: License (GPLv3)](https://github.com/Atlas-OS/atlas-toolbox/blob/main/LICENSE){ .md-button }
[:material-tag: Releases](https://github.com/Atlas-OS/atlas-toolbox/releases){ .md-button }

This repository contains the Atlas Toolbox's central source code, which is eventually published in a .msi installer.

Expand Down
2 changes: 1 addition & 1 deletion docs/javascript/msdl.v1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AGPL-3.0-only https://spdx.org/licenses/AGPL-3.0-or-later.html
// AGPL-3.0-or-later https://spdx.org/licenses/AGPL-3.0-or-later.html
// Modified from https://github.com/gravesoft/msdl for use in AtlasOS documentation
//
// Changes:
Expand Down
2 changes: 1 addition & 1 deletion includes/msdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@

<input id="msdl-session-id" type="hidden">

:simple-github: **Credit to the** [Microsoft Software Download Listing](https://github.com/gravesoft/msdl) **project**
**Script Licensed under [AGPL-3.0](https://spdx.org/licenses/AGPL-3.0-or-later.html)**<br>:simple-github: **Credit to the** [Microsoft Software Download Listing](https://github.com/gravesoft/msdl) **project**
</center>
3 changes: 2 additions & 1 deletion locally-host.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ echo To close the server, exit this window.

echo]
pip install -r local-requirements.txt
mkdocs serve
mkdocs serve
pause
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edit_uri: https://github.com/Atlas-OS/docs/edit/main/docs

# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#change-cookie-settings
copyright: >
<span class="twemoji"><img style="filter: invert(0.8)" src="/assets/creative-commons.svg"></span>
<a href="https://github.com/Atlas-OS/docs/blob/main/LICENSE">CC-BY-SA-4.0</a>
Licensed under <span class="twemoji"><img style="filter: invert(0.8)" src="/assets/creative-commons.svg"></span>
<a href="https://github.com/Atlas-OS/docs/blob/main/LICENSE">CC-BY-SA-4.0</a>. Some resources on this site may have different licensing terms.
<br>AtlasOS is not affiliated with Microsoft.
# <a href="#__consent">Change cookie settings</a>

Expand Down