소스 검색

HUE-2890 [doc] Skeleton for new version of user guide

Romain Rigaux 9 년 전
부모
커밋
b7189bfc64
3개의 변경된 파일64개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/Makefile
  2. 7 0
      docs/bootplus.css
  3. 55 0
      docs/user-guide/index2.md

+ 2 - 1
docs/Makefile

@@ -69,9 +69,10 @@ $(BLD_DIR_DOC)/user-guide: $(wildcard user-guide/*.md)
 	@mkdir -p $@
 	@cp -r user-guide/images $@
 	@cp docbook.css $@
+	@cp bootplus.css $@
 	@for x in $? ; do PYTHONPATH=$(DESKTOP_DIR)/core/ext-py/markdown:$(DESKTOP_DIR)/core/ext-py/elementtree \
 	  $(DESKTOP_DIR)/core/ext-py/markdown/bin/markdown \
-	  $$x > $(BLD_DIR_DOC)/$$x ; done
+	  $$x > $(BLD_DIR_DOC)/$$x -x toc ; done
 	@(cd $@; for file in *.md; do mv $${file} $${file/\.md/.html}; done)
 	@echo "--- Generated $@"
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 7 - 0
docs/bootplus.css


+ 55 - 0
docs/user-guide/index2.md

@@ -0,0 +1,55 @@
+
+<link rel="stylesheet" href="docbook.css" type="text/css" media="screen" title="no title" charset="utf-8"></link>
+<link rel="stylesheet" href="bootplus.css" type="text/css" media="screen" title="no title" charset="utf-8"></link>
+
+
+Hue User Guide
+==============
+
+
+<div class="row-fluid">
+  <div class="span3">
+
+[TOC]
+
+   </div>
+   <div class="span9">
+
+Getting Started with Hue
+------------------------
+
+Hue rocks. 
+
+
+Query Editors
+-------------
+
+Hue rocks.
+
+
+Dashboards
+------------
+
+Hue rocks.
+
+
+Browsing Data and Metadata
+--------------------------
+
+Hue rocks.
+
+
+Viewing and Managing Jobs
+-------------------------
+
+Hue rocks.
+
+
+Sharing, Import and Export Documents
+------------------------------------
+
+Hue rocks.
+
+
+   </div>
+</div>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.