add index.md for pbx/dev
							parent
							
								
									5ac73b7653
								
							
						
					
					
						commit
						e826502746
					
				| @ -0,0 +1,18 @@ | ||||
| --- | ||||
| title: /dev | ||||
| layout: default | ||||
| permalink: /dev | ||||
| list: bullet | ||||
| --- | ||||
| 
 | ||||
| # pickmy.org:~/dev$ | ||||
| 
 | ||||
| All documentation related development that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org). | ||||
| 
 | ||||
| <ul> | ||||
|   {% for post in site.categories.dev %} | ||||
|     {% if post.url %} | ||||
|         <li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li> | ||||
|     {% endif %} | ||||
|   {% endfor %} | ||||
| </ul> | ||||
| @ -0,0 +1,18 @@ | ||||
| --- | ||||
| title: /pbx | ||||
| layout: default | ||||
| permalink: /pbx | ||||
| list: bullet | ||||
| --- | ||||
| 
 | ||||
| # pickmy.org:~/pbx$ | ||||
| 
 | ||||
| All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org). | ||||
| 
 | ||||
| <ul> | ||||
|   {% for post in site.categories.pbx %} | ||||
|     {% if post.url %} | ||||
|         <li><a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a></li> | ||||
|     {% endif %} | ||||
|   {% endfor %} | ||||
| </ul> | ||||
					Loading…
					
					
				
		Reference in New Issue