浏览代码

update license with email and improved docs file structure.

tags/v2.0.0
Roxie Gibson 5 年前
父节点
当前提交
d06e1b149d
共有 6 个文件被更改,包括 5 次插入6 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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

+ 0
- 0
docs/quickstart.md 查看文件


+ 1
- 2
mkdocs.yml 查看文件

@@ -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

正在加载...
取消
保存