GithubHelp home page GithubHelp logo

kbotdocs's Introduction

kbotdocs

KBotDocs 작성 방법


1. 편 만들기

main 내에 아래와 같이 작성합니다:

<section id="{sectionId}">
   
</section>

그리고 aside div#list-box 내에 아래와 같이 작성합니다:

<ul class="list" id="{sectionId}"><h3 class="list-title">{sectionName}</h3>
  
</ul>

2. 내용 작성

section#{sectionId} 내에 다음과 같이 작성합니다:

<div class="con" id="dd{contentId}">
  <h2 class="title">{contentName}</h2>
  <article>
  </article>
  <article>
  </article>
  ...
  <article>
  </article>
</div>

세부적인 내용은 article 내에 작성합니다. contentId0-0과 같은 형식입니다.

그리고 aside div#list-box ul.list#{sectionId} 내에 다음과 같이 작성합니다:

<li class="list-el" id="d{contentId1}">{contentName1}</li>
<li class="list-el" id="d{contentId2}">{contentName2}</li>
...
<li class="list-el" id="d{contentIdN}">{contentNameN}</li>

2-1 문장 작성

문장 작성은 다음과 같이 합니다:

<article>
  <p>{paragraph1}</p>
  <p>{paragraph2}</p>
</article>

줄바꿈은 절대로 <br />를 사용하지 않습니다. <p>태그를 위 코드처럼 하나를 더 사용하여 줄바꿈을 합니다.

2-2

kbotdocs's People

Contributors

nolbo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.