浏览代码

Update the true homepage..

Raven 1 年之前
父节点
当前提交
0ce122869c
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/index.html
  2. 0 0
      docs/search_indexes.json
  3. 1 1
      docsrc/content/home.go

+ 1 - 1
docs/index.html

@@ -185,7 +185,7 @@
 <div id='docMainBox' class='px-16 pb-12 pt-4 overflow-auto'>
 <h1 class='mb-8'>Introduction</h1>
 
-<div class='border-t'><p>QOR5 is yet another Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.</p>
+<div class='border-t'><p>QOR5 is a Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.</p>
 
 <ul>
 <li>It prefers writing HTML in <a href="/advanced-functions/the-go-html-builder.html" rel="nofollow">static typing Go language</a>, rather than a certain type of template language, Not even go template.</li>

文件差异内容过多而无法显示
+ 0 - 0
docs/search_indexes.json


+ 1 - 1
docsrc/content/home.go

@@ -8,7 +8,7 @@ import (
 
 var Home = Doc(
 	Markdown(`
-QOR5 is yet another Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.
+QOR5 is a Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.
 
 - It prefers writing HTML in [static typing Go language](/advanced-functions/the-go-html-builder.html), rather than a certain type of template language, Not even go template.
 - It try to minify the needs to write any JavaScript/Typescript for building interactive web applications

部分文件因为文件数量过多而无法显示