Skip to content

Commit 2ab9f07

Browse files
committed
ADD android.md
1 parent c89f3b9 commit 2ab9f07

5 files changed

Lines changed: 34 additions & 3 deletions

File tree

_data/pageMap.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
1313
parent: index
1414
url: /wiki/개발환경세팅
15-
updated: '2021-07-12 12:37:05 +0900'
15+
updated: '2021-08-09 10:27:11 +0900'
1616
children: []
1717
기본적인내용:
1818
type: wiki
@@ -62,6 +62,14 @@ Airflow:
6262
url: /wiki/Airflow
6363
updated: '2020-02-17 17:45:06 +0900'
6464
children: []
65+
Android:
66+
type: wiki
67+
title: Android
68+
summary: Android
69+
parent: index
70+
url: /wiki/Android
71+
updated: '2021-08-11 11:34:42 +0900'
72+
children: []
6573
Architecture:
6674
type: wiki
6775
title: architecture
@@ -228,7 +236,7 @@ index:
228236
summary: 'anyjava wiki index'
229237
parent: null
230238
url: /wiki/index
231-
updated: '2021-07-16 09:58:00 +0900'
239+
updated: '2021-08-11 11:33:57 +0900'
232240
children: []
233241
Infra:
234242
type: wiki

_data/tagList.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- agile
66
- 'airflow,'
77
- amqp
8+
- android
89
- annoatation
910
- architecture
1011
- 'async,'

_data/tagMap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ manager:
2828
- {fileName: Airflow}
2929
datapipline:
3030
- {fileName: Airflow}
31+
android:
32+
- {fileName: Android}
3133
architecture:
3234
- {fileName: Architecture}
3335
- {fileName: MSA}

_wiki/Android.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout : wiki
3+
title : Android
4+
summary : Android
5+
date : 2021-08-11 11:34:02 +0900
6+
updated : 2021-08-11 11:34:42 +0900
7+
tags : android
8+
toc : true
9+
public : true
10+
parent : index
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
## 링크모음
17+
18+
* [SMShub](https://github.com/juancrescente/SMSHub)
19+
* https://news.hada.io/topic?id=4797

_wiki/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : index
44
summary : anyjava wiki index
55
date : 2018-08-15 19:41:36 +0900
6-
updated : 2021-07-16 09:58:00 +0900
6+
updated : 2021-08-11 11:33:57 +0900
77
tags :
88
toc : true
99
public : true
@@ -70,6 +70,7 @@ latex : false
7070
* [[SonarQube]]
7171
* [[Synology]]
7272
* [[정규식]]
73+
* [[Android]]
7374

7475
* [[조직관리]]
7576
* [[Books]]

0 commit comments

Comments
 (0)