Add warnings to 1.23.2 documentation, fixed minor link issue

pull/207/head
James Carppe 2021-09-06 11:06:58 +12:00
parent d51447039d
commit efe73d6da8
12 changed files with 37 additions and 2 deletions

View File

@ -1,6 +1,9 @@
API API
=== ===
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/api/api-schema-ce/).
Portainer exposes an HTTP API that you can use to automate everything Portainer exposes an HTTP API that you can use to automate everything
you do via the Portainer UI. you do via the Portainer UI.

View File

@ -1,6 +1,9 @@
Agent Agent
===== =====
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/ceinstalldocker/).
Purpose Purpose
------- -------

View File

@ -1,6 +1,9 @@
Configuration Configuration
============= =============
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/initial/).
Portainer can be easily tuned using CLI flags. Portainer can be easily tuned using CLI flags.
Admin password Admin password
@ -14,7 +17,7 @@ encrypted password first.
You can generate the encrypted password with the following command: You can generate the encrypted password with the following command:
<pre><code>$ htpasswd -nb -B admin <password> | cut -d ":" -f 2</code></pre> <pre><code>$ htpasswd -nbB admin "password" | cut -d ":" -f 2</code></pre>
or if your system does not provide htpasswd you can use a docker or if your system does not provide htpasswd you can use a docker
container with the command: container with the command:

View File

@ -1,6 +1,9 @@
Contribute Contribute
========== ==========
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/contributing/instructions/).
Use the following instructions and guidelines to contribute to the Use the following instructions and guidelines to contribute to the
Portainer project. Portainer project.

View File

@ -1,6 +1,10 @@
Deployment Deployment
========== ==========
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/ceinstalldocker/).
Portainer is built to run on Docker and is really simple to deploy. Portainer is built to run on Docker and is really simple to deploy.
Portainer deployment scenarios can be executed on any platform unless Portainer deployment scenarios can be executed on any platform unless
specified. specified.

View File

@ -1,6 +1,9 @@
External endpoints External endpoints
================== ==================
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/quickstart/).
External endpoint definitions are written in JSON. External endpoint definitions are written in JSON.
It must consist of an array with every endpoint definition consisting of It must consist of an array with every endpoint definition consisting of

View File

@ -1,6 +1,9 @@
FAQ FAQ
=== ===
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](https://support.portainer.io).
How do I reset my Portainer password? How do I reset my Portainer password?
------------------------------------- -------------------------------------

View File

@ -1,6 +1,10 @@
Limitations Limitations
=========== ===========
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/requirements/).
Information about supported platforms and Docker versions. Information about supported platforms and Docker versions.
Docker Docker

View File

@ -1,6 +1,9 @@
Templates Templates
========= =========
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/settings/apps/).
Template definitions are written in JSON. Template definitions are written in JSON.
It must consist of an array with every template definition consisting of It must consist of an array with every template definition consisting of

View File

@ -1,6 +1,9 @@
Troubleshooting Troubleshooting
=============== ===============
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/quickstart/).
Portainer is built to run on Docker. If Docker is not configured Portainer is built to run on Docker. If Docker is not configured
correctly, then this can cause issues that appear to be coming from correctly, then this can cause issues that appear to be coming from
Portainer. Portainer.

View File

@ -1,4 +1,7 @@
User guide User guide
========== ==========
!!! warning
This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/initial/).
WIP WIP

View File

@ -1,6 +1,6 @@
# How to deploy a stack from a template # How to deploy a stack from a template
Portainer allows you to deploy an entire stack from a template from the template list which includes default and custom templates. Also see [creating a template from a Stack](/v2.0/stacks/template). Portainer allows you to deploy an entire stack from a template from the template list which includes default and custom templates. Also see [creating a template from a Stack](/v2.0/stacks/template/).
## Deploying an Stack ## Deploying an Stack