This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-admin-user-docs.git
The following commit(s) were added to refs/heads/main by this push:
new d4f96ad Adding extended user profile information and January 2023
release note
d4f96ad is described below
commit d4f96ad643075eff7a4dbd50d970e97700295914
Author: eroma2014 <[email protected]>
AuthorDate: Wed Feb 8 01:01:32 2023 -0500
Adding extended user profile information and January 2023 release note
---
docs/index.md | 7 +++++--
docs/user-documentation/django-releases.md | 6 ++++++
mkdocs.yml | 1 +
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index e3695cd..913dbe2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -31,5 +31,8 @@ More information on <a
href="https://apache-airavata-django-portal.readthedocs.i
<!--The Installation section of the documentation applies to on-premise
installation of Apache Airavata. -->
###Latest on Django Release !
-<b>July release user documentation </b><br>
-1. Coming Soon!
+####2023 January Release
+1. Extended User Profile (EUP) - <br>
+2. Search using Job ID - <a
href="https://issues.apache.org/jira/browse/AIRAVATA-3680" target="_blank">JIRA
Ticket</a><br>
+3. Enable view only access to Read-Only-Admin users for EUP configuration. -
<a href="https://issues.apache.org/jira/browse/AIRAVATA-3681"
target="_blank">JIRA Ticket</a><br>
+
diff --git a/docs/user-documentation/django-releases.md
b/docs/user-documentation/django-releases.md
new file mode 100644
index 0000000..117c85f
--- /dev/null
+++ b/docs/user-documentation/django-releases.md
@@ -0,0 +1,6 @@
+## Developer Console
+
+1. This is for gateway developers (Who should have admin access) can download
the properties file to set up local Django Portal development environment.
+
+
+Image: Developer Console
diff --git a/mkdocs.yml b/mkdocs.yml
index 2eaf375..93c2378 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -23,6 +23,7 @@ nav:
- Extended User Profile: 'user-documentation/extended-user-profile.md'
- Developer Console: 'user-documentation/develop-console.md'
- Django Theme Construction: 'user-documentation/django-theme.md'
+ - Django Releases: 'user-documentation/django-releases.md'
- Contact Us: 'contact-us.md'
theme: readthedocs