You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/07/19 18:20:32 UTC

[GitHub] [celix-site] rlenferink opened a new pull request #10: Update docs extraction script to handle preset titles

rlenferink opened a new pull request #10:
URL: https://github.com/apache/celix-site/pull/10


   This updates the docs extraction script to be able to handle preset properties (e.g. titles); meaning after a release this script can be called with the released version and documentation will be pre-processed automatically.
   
   Tested using:
   
   ```bash
   [root@centos8 test]# ./extract_celix_docs.sh 1.0.0
   'source/./test/bla.md' -> 'target/1.0.0/celix/./test/bla.md'
   'source/./bla2.md' -> 'target/1.0.0/celix/./bla2.md'
   'source/./bla.md' -> 'target/1.0.0/celix/./bla.md'
   ```
   
   ```bash
   [root@centos8 test]# cat source/bla2.md
   # Title
   Description
   [root@centos8 test]# cat target/1.0.0/celix/bla2.md
   ---
   title: bla2.md
   type: celix-doc
   version: 1.0.0
   ---
   
   # Title
   Description
   ```
   
   ```bash
   [root@centos8 test]# cat source/test/bla.md
   ---
   title: Bla die Bla / Test
   ---
   
   # Title
   Description
   [root@centos8 test]# cat target/1.0.0/celix/test/bla.md
   ---
   title: Bla die Bla / Test
   type: celix-doc
   version: 1.0.0
   ---
   
   # Title
   Description
   ```
   
   ```bash
   [root@centos8 test]# cat source/bla.md
   ---
   title: Bla die ba 2
   type: celix-alternative-doc
   ---
   
   # Title
   Description
   [root@centos8 test]# cat target/1.0.0/celix/bla.md
   ---
   title: Bla die ba 2
   type: celix-alternative-doc
   version: 1.0.0
   ---
   
   # Title
   Description
   ```
   
   Xref: https://github.com/apache/celix/pull/271


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix-site] netlify[bot] commented on pull request #10: Update docs extraction script to handle preset titles

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #10:
URL: https://github.com/apache/celix-site/pull/10#issuecomment-660686600


   Deploy preview for *celix-staging* ready!
   
   Built with commit 527a5efef0e1e0ae9cfb778adb6c8fb560a7df86
   
   https://deploy-preview-10--celix-staging.netlify.app


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix-site] netlify[bot] edited a comment on pull request #10: Update docs extraction script to handle preset titles

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #10:
URL: https://github.com/apache/celix-site/pull/10#issuecomment-660686600


   Deploy preview for *celix-staging* ready!
   
   Built with commit 3891c3a3a9a841271ca4f42bffe059d05f5b58e6
   
   https://deploy-preview-10--celix-staging.netlify.app


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix-site] rlenferink merged pull request #10: Update docs extraction script to handle preset titles

Posted by GitBox <gi...@apache.org>.
rlenferink merged pull request #10:
URL: https://github.com/apache/celix-site/pull/10


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org