Sfoglia il codice sorgente

update license with email and improved docs file structure.

tags/v2.0.0
Roxie Gibson 5 anni fa
parent
commit
d06e1b149d
6 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. +1
    -1
      LICENSE.md
  2. +1
    -2
      docs/LICENSE.md
  3. +1
    -1
      docs/commands.md
  4. +1
    -0
      docs/config.md
  5. +0
    -0
      docs/quickstart.md
  6. +1
    -2
      mkdocs.yml

LICENSE → LICENSE.md Vedi File

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2018 Roxanne Gibson
Copyright (c) 2017-2018 Roxanne Gibson <me@roxxers.xyz>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

docs/license.md → docs/LICENSE.md Vedi File

@@ -1,7 +1,6 @@

MIT License

Copyright (c) 2017-2018 Roxanne Gibson
Copyright (c) 2017-2018 Roxanne Gibson <me@roxxers.xyz>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
docs/commands.md Vedi File

@@ -7,7 +7,7 @@ authors:

# Command Documentation

If you intend to use any commands requiring permissions, it is highly recommend you read the [quick start](quickstart.md) guide that will get you up to date with how Roxbot works and how to run her.
If you intend to use any commands requiring permissions, it is highly recommend you read the [Configuring Roxbot](config.md) guide that will get you up to date with how Roxbot works and how to run her.

## How to use the docs


+ 1
- 0
docs/config.md Vedi File

@@ -0,0 +1 @@
# Coming Soon:tm:

+ 0
- 0
docs/quickstart.md Vedi File


+ 1
- 2
mkdocs.yml Vedi File

@@ -39,12 +39,11 @@ nav:
- 'About Roxbot Trivia': 'trivia.md'
- Setup Roxbot:
- 'Quick Start': 'quickstart.md'
- 'Configuring Roxbot': 'config.md'
- 'Creating Cogs For Roxbot': 'creating_cogs.md'
- About:
- 'Contributing': 'contributing.md'
- 'License': 'license.md'
- 'License': 'LICENSE.md'


# Customisation

Loading…
Annulla
Salva