Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB committed Nov 27, 2014
1 parent 4f2dc75 commit 323b63d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -17,9 +17,10 @@ The Appcelerator [Titanium & Alloy Documentation](http://docs.appcelerator.com/t
1. Go to [http://builds.appcelerator.com/#docs](http://builds.appcelerator.com/#docs).
2. Download the latest *Titanium Documentation*.
3. Extract the ZIP and move the contents of the extracted directory to `Resources/docs`.
4. In [tiapp.xml](tiapp.xml) update `<version>` with the
5. Build the app (see *How to build*).
6. Send a PR and attach the compiled app found in `packages/[platform]`.
4. In [tiapp.xml](tiapp.xml) update `<version>` with the date in the ZIP filename (`2014-11-25_16-10-37`).
5. Edit `Resources/docs/3.0/index.xml` and add ` style="-webkit-user-select: auto"` to the `<body>` to fix [#2](https://github.com/FokkeZB/Titanium-Docs/issues/2).
6. Build the app (see *How to build*).
7. Send a PR and attach the compiled app found in `packages/[platform]`.

## How to build

Expand Down
4 changes: 2 additions & 2 deletions tiapp.xml
@@ -1,9 +1,9 @@
2014-11-25_16-10-37<?xml version='1.0' encoding='UTF-8'?>
<?xml version='1.0' encoding='UTF-8'?>
<ti:app xmlns:ti='http://ti.appcelerator.org'>
<!-- These values are edited/maintained by TideSDK Developer -->
<id>ti.docs</id>
<name>Titanium Docs</name>
<version>20141125161037</version>
<version>2014-11-25_16-10-37</version>
<publisher>fokkezb</publisher>
<url>http://docs.appcelerator.com/titanium/latest/</url>
<icon>default_app_logo.png</icon>
Expand Down

0 comments on commit 323b63d

Please sign in to comment.