chore(index): change index file

This commit is contained in:
gamjapark 2018-11-22 06:20:48 +09:00
parent 591cda8b86
commit ec1f865275
2 changed files with 98 additions and 43 deletions

View File

@ -0,0 +1,98 @@
.. Copyright BigchainDB GmbH and BigchainDB contributors
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
Code is Apache-2.0 and docs are CC-BY-4.0
BigchainDB 문서
========================
블록체인 데이터베이스인 BigchainDB를 만나보세요.
`분산형<decentralized.html>`_, `불변성<immutable.html>`_`자산에 대한 네이티브 지원<assets.html>`_을 포함한 일부 데이터베이스 특성들과 블록체인 특성을 가지고 있습니다.
높은 수준에서, 사용자는 BigchainDB HTTP API를 사용하는 BigchainDB 네트워크(노드 집합) 또는 BigchainDB 파이썬 드라이버와 같은 API용 래퍼로 통신할 수 있습니다. 각 BigchainDB 노드는 BigchainDB Server 및 다양한 다른 소프트웨어를 실행합니다. 더 자세한 사항은 용어 페이지에서 이러한 용어 중 일부를 설명합니다.
.. raw:: html
<style media="screen" type="text/css">
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
background: -o-linear-gradient(top, #3e779d, #65a9d7);
padding: 8.5px 17px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 16px;
font-family: Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
a.button:visited {
color: white
}
.buttondiv {
margin-bottom: 1.5em;
}
</style>
<div class="buttondiv">
<a class="button" href="http://bigchaindb.com/http-api">HTTP API 문서</a>
</div>
<div class="buttondiv">
<a class="button" href="http://docs.bigchaindb.com/projects/contributing/en/latest/index.html">BigchainDB에 기여하는 법</a>
</div>
<div class="buttondiv">
<a class="button" href="http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html">파이썬 드라이버 문서</a>
</div>
<div class="buttondiv">
<a class="button" href="https://docs.bigchaindb.com/projects/js-driver/en/latest/index.html">자바스크립트 드라이버 문서</a>
</div>
<div class="buttondiv">
<a class="button" href="http://docs.bigchaindb.com/projects/server/en/latest/index.html">서버 문서</a>
</div>
<div class="buttondiv">
<a class="button" href="http://docs.bigchaindb.com/projects/server/en/latest/quickstart.html">서버 빠른 시작</a>
</div>
BigchainDB에 대한 추가 정보
---------------------
.. toctree::
:maxdepth: 1
BigchainDB Docs Home <self>
production-ready
terminology
decentralized
diversity
immutable
bft
query
assets
smart-contracts
transaction-concepts
store-files
permissions
private-data
Data Models <https://docs.bigchaindb.com/projects/server/en/latest/data-models/index.html>
korean/index

View File

@ -1,43 +0,0 @@
<!---
Copyright BigchainDB GmbH and BigchainDB contributors
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
Code is Apache-2.0 and docs are CC-BY-4.0
--->
# BigchainDB 문서
블록체인 데이터베이스인 BigchainDB를 만나보세요.
분산형, 불변성 및 자산에 대한 네이티브 지원을 포함한 일부 데이터베이스 특성들과 블록체인 특성을 가지고 있습니다.
높은 수준에서, 사용자는 BigchainDB HTTP API를 사용하는 BigchainDB 네트워크(노드 집합) 또는 BigchainDB 파이썬 드라이버와 같은 API용 래퍼로 통신할 수 있습니다. 각 BigchainDB 노드는 BigchainDB Server 및 다양한 다른 소프트웨어를 실행합니다. 더 자세한 사항은 용어 페이지에서 이러한 용어 중 일부를 설명합니다.
[HTTP API 문서](http://bigchaindb.com/http-api)
[BigchainDB에 기여하는 법](http://docs.bigchaindb.com/projects/contributing/en/latest/index.html)
[파이썬 드라이버 문서](http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html)
[자바스크립트 드라이버 문서](https://docs.bigchaindb.com/projects/js-driver/en/latest/index.html)
[서버 문서](http://docs.bigchaindb.com/projects/server/en/latest/index.html)
[서버 빠른 시작](http://docs.bigchaindb.com/projects/server/en/latest/quickstart.html)
## BigchainDB에 대한 추가 정보
- [BigchainDB 문서 도구 홈](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/index_kor.md)
- [배포 - 준비](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/production-ready_kor.md)
- [용어](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/terminology_kor.md)
- [BigchainDB 분산 방식](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/decentralized_kor.md)
- [노드 종류의 다양성](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/diversity-ko.md)
- [BigchainDB 불변성](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/immutable-ko.md)
- [BigchainDB 및 비잔티움 장애 허용](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/bft-ko.md)
- [BigchainDB 쿼리](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/query-ko.md)
- [BigchainDB가 자산 등록 및 전송에 적합한 방법](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/assets_ko.md)
- [BigchainDB 및 스마트 계약](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/smart-contracts_ko.md)
- [트랜잭션 개념](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/transaction-concepts_ko.md)
- [BigchainDB에 파일을 저장하는 방법](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/store-files_ko.md)
- [BigchainDB 사용 권한](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/permissions-ko.md)
- [BigchainDB, 사생활 및 개인 정보](https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/private-data-ko.md)
- [데이터 모델](https://docs.bigchaindb.com/projects/server/en/latest/data-models/index.html)