Skip to content

Commit

Permalink
Uploads a sample document
Browse files Browse the repository at this point in the history
  • Loading branch information
ianychoi committed Jun 4, 2019
1 parent e18d5ec commit cdd8b6c
Show file tree
Hide file tree
Showing 14 changed files with 771 additions and 0 deletions.
25 changes: 25 additions & 0 deletions alive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"entity": {
"id": {
"id": "alive",
"type": "Namespace",
"modifiers": []
},
"uri": {
"idUri": "alive",
"href": "alive"
},
"titles": {
"pageTitle": "Alive Namespace",
"navigationTitle": "Alive Namespace",
"fullTitle": "Alive",
"indexTitle": "Alive",
"fullyQualifiedIndexTitle": "Alive"
},
"syntax": {
"uno": "namespace Alive {}"
}
},
"tableOfContents": {
}
}
25 changes: 25 additions & 0 deletions api-docs/api/alive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"entity": {
"id": {
"id": "alive",
"type": "Namespace",
"modifiers": []
},
"uri": {
"idUri": "alive",
"href": "alive"
},
"titles": {
"pageTitle": "Alive Namespace",
"navigationTitle": "Alive Namespace",
"fullTitle": "Alive",
"indexTitle": "Alive",
"fullyQualifiedIndexTitle": "Alive"
},
"syntax": {
"uno": "namespace Alive {}"
}
},
"tableOfContents": {
}
}
23 changes: 23 additions & 0 deletions api-docs/indicies/alive/page.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"root": {
"id": {
"id": "alive/page",
"parentId": "alive",
"type": "Class",
"modifiers": [
"public",
"partial"
]
},
"uri": {
"idUri": "alive/page",
"href": "alive/page"
},
"titles": {
"indexTitle": "Page",
"fullyQualifiedIndexTitle": "Alive.Page"
}
},
"descendants": [
]
}
5 changes: 5 additions & 0 deletions articles/credit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Acknowledgement

- Junhyun Bae
- Ian Choi

19 changes: 19 additions & 0 deletions articles/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Azure DevOps HOL

[DevOps Korea Meetup](http://meetup.devopskorea.com/201906/) 행사에서 진행하는 Hands on Lab입니다.

## 사전 준비 사항

*Azure* VM, Function Apps, Containers 등 사전 지식을 따로 필요로 하지 않습니다.
Git에 사용 방법에 대해서 알고 있다고 가정하고 실습을 진행합니다.

## 설치

[Git](https://git-scm.com/downloads)를 통해 다운로드 및 설치가 가능합니다.

### Let's go!

핸즈온랩을 시작해 봅시다. 같이 계신 분과 함께 즐거운 시간을 보냅시다.

Have fun!

69 changes: 69 additions & 0 deletions layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>##TITLE##</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="##BASE_URL##prism.css">
<link rel="stylesheet" href="##BASE_URL##site.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
</head>

<body>

<div id="defaultHeader">
<header class="site-header sticky-top" role="banner">
<nav class="navbar navbar-dark navbar-expand-md bg-faded justify-content-center">
<a class="navbar-brand" href="/"><img width="138px" src="##BASE_URL##transparent-logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsingNavbar3">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse w-100" id="collapsingNavbar3">
<ul class="nav navbar-nav ml-auto w-100 justify-content-end">

<li class="nav-item"><a class="effect nav-link active" href="http://meetup.devopskorea.com/201906/">[Korea DevOps Meetup '19]</a></li>

<li class="nav-item"><a class="effect nav-link" href="https://www.facebook.com/groups/TeAnE/">[DevOps Korea (Facebook)]</a></li>

<li class="nav-item"><a class="effect nav-link" href="https://www.facebook.com/groups/573332783173509/">[컨테이너 연구소 - DevOps Korea branch]</a></li>

<li class="nav-item"><a class="effect nav-link" href="https://docs.microsoft.com/ko-kr/azure/devops-project/">[Azure DevOps 프로젝트 설명서]</a></li>

</ul>
</div>

</nav>
</header>
</div>

<!-- <nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap">
<a class="navbar-brand" href="##BASE_URL##">Fuse Open Documentation</a>
</nav> -->

<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-3 col-xl-2 order-2 order-md-1 bg-light sidebar">
<form id="search">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
</form>

##NAVIGATION##
</div>
<div role="main" class="col-12 col-md-9 col-xl-10 order-1 order-md-2 px-4 main-content">
##BODY##
</div>
</div>
</div>

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script type="text/javascript" src="##BASE_URL##prism.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript" src="##BASE_URL##site.js"></script>
</body>
</html>
Empty file added media/.placeholder
Empty file.
10 changes: 10 additions & 0 deletions outline
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// The rootnode will be hidden from navigation on the webpage, but needs to
// be here right now for technical reasons

Index : articles/index.md

Credit : articles/credit.md

// Alive UX Kit : articles/alive/alive.md
// Components : api-docs/api/alive.json
// Themes : articles/alive/themes.md
Empty file added reference-map
Empty file.
126 changes: 126 additions & 0 deletions static/prism.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+csharp */
/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
* @author ocodia
*/

code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;

-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}

.token.punctuation {
color: #f8f8f2;
}

.namespace {
opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}

.token.boolean,
.token.number {
color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
color: #e6db74;
}

.token.keyword {
color: #66d9ef;
}

.token.regex,
.token.important {
color: #fd971f;
}

.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}

.token.entity {
cursor: help;
}

Loading

0 comments on commit cdd8b6c

Please sign in to comment.