浏览代码

Rename TemplateList.md to AppList.md (#258)

Rafael Blumberg 3 年之前
父节点
当前提交
909681a54e
共有 5 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      build/README_Template.md
  2. 1 1
      build/env.sh
  3. 0 0
      docs/AppList.md
  4. 1 1
      docs/README.md
  5. 1 1
      docs/appinfo.md

+ 1 - 1
build/README_Template.md

@@ -4,7 +4,7 @@
 
 This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer).
 
-See the list of Apps included in this template [here](TemplateList.md).
+See the list of Apps included in this template [here](AppList.md).
 
 ### App Template for Portainer
 ![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true)

+ 1 - 1
build/env.sh

@@ -11,7 +11,7 @@ TOOLSREADME="${homedir}tools/README.md"
 TOOLSREADME_TEMPLATE="${homedir}build/tools_README_Template.md"
 
 # AppList Document
-AppList="${homedir}docs/TemplateList.md"
+AppList="${homedir}docs/AppList.md"
 
 # appinfo file
 appinfo="${homedir}build/appinfo.json"

+ 0 - 0
docs/TemplateList.md → docs/AppList.md


+ 1 - 1
docs/README.md

@@ -4,7 +4,7 @@
 
 This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer).
 
-See the list of Apps included in this template [here](TemplateList.md).
+See the list of Apps included in this template [here](AppList.md).
 
 ### App Template for Portainer
 ![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true)

+ 1 - 1
docs/appinfo.md

@@ -9,7 +9,7 @@ Keeping this file up to date help to maintain all other important document files
 ## Files that relies on `appinfo.json`
 
 - [docs/README.md](README.md)
-- [docs/TemplateList.md](TemplateList.md)
+- [docs/AppList.md](AppList.md)
 - [tools/README.md](../tools/README.md)
 
 ## File Structure