This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new e47f18a  Add more "todo" pages
e47f18a is described below

commit e47f18a34b85758aed82fd0044db29ec7147c4b4
Author: Brian Demers <[email protected]>
AuthorDate: Tue Sep 28 10:59:38 2021 -0400

    Add more "todo" pages
    
    - authenticator
    - authorizer
    - concurrency
---
 authenticator.html.vtl           | 2 --
 authorizer.html.vtl              | 2 --
 concurrency.md                   | 2 --
 jbake/content/authenticator.adoc | 8 ++++++++
 jbake/content/authorizer.adoc    | 8 ++++++++
 jbake/content/concurrency.adoc   | 8 ++++++++
 6 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/authenticator.html.vtl b/authenticator.html.vtl
deleted file mode 100644
index 0e90f21..0000000
--- a/authenticator.html.vtl
+++ /dev/null
@@ -1,2 +0,0 @@
-#todoAddDoc()
-<input type="hidden" id="ghEditPage" value="authenticator.html.vtl"></input>
diff --git a/authorizer.html.vtl b/authorizer.html.vtl
deleted file mode 100644
index c37fa78..0000000
--- a/authorizer.html.vtl
+++ /dev/null
@@ -1,2 +0,0 @@
-#todoAddDoc()
-<input type="hidden" id="ghEditPage" value="authorizer.html.vtl"></input>
diff --git a/concurrency.md b/concurrency.md
deleted file mode 100644
index 9dc2b88..0000000
--- a/concurrency.md
+++ /dev/null
@@ -1,2 +0,0 @@
-TBD
-<input type="hidden" id="ghEditPage" value="concurrency.md"></input>
diff --git a/jbake/content/authenticator.adoc b/jbake/content/authenticator.adoc
new file mode 100644
index 0000000..5cb29fd
--- /dev/null
+++ b/jbake/content/authenticator.adoc
@@ -0,0 +1,8 @@
+= Authenticator
+:jbake-type: lend_a_hand
+:jbake-status: published
+:jbake-tags: documentation, todo, lend-a-hand
+:idprefix:
+:icons: font
+
+TODO
diff --git a/jbake/content/authorizer.adoc b/jbake/content/authorizer.adoc
new file mode 100644
index 0000000..7b9ca4a
--- /dev/null
+++ b/jbake/content/authorizer.adoc
@@ -0,0 +1,8 @@
+= Authorizer
+:jbake-type: lend_a_hand
+:jbake-status: published
+:jbake-tags: documentation, todo, lend-a-hand
+:idprefix:
+:icons: font
+
+TODO
diff --git a/jbake/content/concurrency.adoc b/jbake/content/concurrency.adoc
new file mode 100644
index 0000000..816642c
--- /dev/null
+++ b/jbake/content/concurrency.adoc
@@ -0,0 +1,8 @@
+= Concurrency
+:jbake-type: lend_a_hand
+:jbake-status: published
+:jbake-tags: documentation, todo, lend-a-hand
+:idprefix:
+:icons: font
+
+TODO

Reply via email to