csreddy / mldocs

App for finding MarkLogic api quickly and easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML Docslite

MarkLogic has over 3000 apis, its very hard to quicky and accurately find the api you are looking for. More often than not you just want to lookup the api, learn about it and get back to work. ML Docslite is light weight app with clean interface, that’ll enable you to quickly and accurately locate the api at lightning speed, whether you are online or offline!

#####highlights

  • Offline search, the user can save the docs for later usage to access, even when they are on a plane or inside a cave!
  • Clean interface to quickly find the api you are looking for instead of using docs.marklogic.com which is often too slow and does event return the correct results sometimes
  • Using fuzzy search, you don’t need to type exact names, it will help narrow down the results as you type

Setup

  • Import the setup package under setup dir db-server-setup-pkg.zip. This will setup the database and the app server required for the app

  • Run the script load.xqy in QConsole. This script transforms xml apidocs into json and injects in mldocs database.
    ######Note:before you execute the script

    • Make sure set the content source to mldocs.
    • Make sure to change the path in the script to apidocs (/setup/apidoc) dir on your filesystem before you execute

    mldocs

About

App for finding MarkLogic api quickly and easily


Languages

Language:JavaScript 48.3%Language:ApacheConf 26.9%Language:HTML 20.3%Language:XQuery 2.3%Language:CSS 2.2%