Skip to content

Commit

Permalink
Improvements for Provider File Generator page
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Dec 9, 2023
1 parent 5bc469f commit 5e18f9d
Show file tree
Hide file tree
Showing 5 changed files with 1,288 additions and 957 deletions.
1 change: 1 addition & 0 deletions content/provider-file-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Provider File Generator
### What is a Provider File

A provider file is a JSON file containing only the provider properties that cannot be retrieved via other methods.

Each provider can supply such a provider file via its web server (replace `<provider>` and `<version>` with the desired values):

```url
Expand Down
2 changes: 1 addition & 1 deletion themes/xmpp-providers/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
<script src="{{ "js/bootstrap.bundle.min.js" | relURL }}"></script>
<script src="{{ "js/bootstrap-theme-switcher.js" | relURL }}"></script>
<script src="{{ "js/sorttable.js" | relURL }}"></script>
<script src="{{ "js/language-codes.js" | relURL }}"></script>
<script src="{{ "js/language-country-codes.js" | relURL }}"></script>
<script src="{{ "js/scripts.js" | relURL }}"></script>
Loading

0 comments on commit 5e18f9d

Please sign in to comment.