Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
19687067
Commit
19687067
authored
Jun 06, 2015
by
miloyip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to remove www
parent
93bf4ceb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
readme.md
readme.md
+2
-2
travis-doxygen.sh
travis-doxygen.sh
+1
-1
No files found.
readme.md
View file @
19687067
...
...
@@ -10,8 +10,8 @@ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights
*
[
RapidJSON GitHub
](
https://github.com/miloyip/rapidjson/
)
*
RapidJSON Documentation
*
[
English
](
http://
www.
rapidjson.org/
)
*
[
简体中文
](
http://
www.
rapidjson.org/zh-cn/
)
*
[
English
](
http://rapidjson.org/
)
*
[
简体中文
](
http://rapidjson.org/zh-cn/
)
*
[
GitBook
](
https://www.gitbook.com/book/miloyip/rapidjson/
)
with downloadable PDF/EPUB/MOBI, without API reference.
## Build status
...
...
travis-doxygen.sh
View file @
19687067
...
...
@@ -78,7 +78,7 @@ gh_pages_prepare()
gh_pages_commit
()
{
cd
"
${
TRAVIS_BUILD_DIR
}
/build/doc/html"
;
echo
"
www.
rapidjson.org"
>
CNAME
echo
"rapidjson.org"
>
CNAME
git add
--all
;
git diff-index
--quiet
HEAD
||
git commit
-m
"Automatic doxygen build"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment