GithubHelp home page GithubHelp logo

billhibazzz / tidesdk-user-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ikennyfallas/tidesdk-user-docs

0.0 2.0 0.0 4.72 MB

TideSDK end user api documentation and guides

Home Page: http://tidesdk.multipart.net/docs/user-dev/generated

JavaScript 50.49% HTML 0.63% PHP 0.20% CSS 48.61% Ruby 0.07%

tidesdk-user-docs's Introduction

TideSDK API Docs

The TideSDK API Docs are built, using JSduck from sencha.
If you want to make your own build of the docs, you have to install the JSduck gem on your machine.

###Building the docs locally

To build the docs with JSduck, call the following commands: First, build the welcome.html file as documentation index.

cd /helpers/welcome
node welcome.build.js

This will create source/welcome.html which you need to compile the docs with the following command:

cd /source
jsduck --config doc_build.json

To compile the documentation into the generated/ folder.

After you compiled the docs, or if you just want to create the latest Ti.js for autocompletion in your IDE, call:

cd /helpers/source_contatenator
node source-concatenator.js

This will create the file generated/resources/Ti.js, which only exists if you built the docs beforehand.

###The API The exposed API is documented in the folder source/API/.
The old YML docs have been converted into Javascript skeletons with doctags.

Every module and object of titanium is exposed in its own JS file.

###The guides User guides are stored in the folder source/guides/

To create a new guide, create a new sub-folder there with a unique name.
Into that folder goes every asset file the guide will use (i.e. images), including the guide itself in markdown format, stored as "README.md".

You can make use of the images inside your guides, by using the @img tag in markdown:

{@img some-image.png Alt text}

After you have written a new guide, update the file source/guides.json to have the new guide displayed in the docs.

The guides.json file is divided into sections. Each section has a title, and items.
Find a fitting section for your new guide, or create a new one. Then insert your guide, by inserting its unique name, the title and a short description:

{
  "name": "getting_started",
  "title": "Getting Started with TideSDK",
  "description": "This introduction to TideSDK explains how you can get started."
}

Remember: the unique name must refer to the guide folder, you created before.

If you want to have a unique thumbnail displayed for your guide in the guides overview, place a "icon.png" file with the dimensions 114x86px inside your guide folder.

tidesdk-user-docs's People

Contributors

gorenjai avatar lukeis-sfdc avatar

Watchers

James Cloos avatar  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.