Wiki
A wiki is a page of information that allows collaborative modification of its content and structure. GrokOla content is documented with simple markdown syntax and language-sensitive editors. Text, images, code, and links can be documented and shared to your team within your private instance.
All GrokOla content in your private instance is searchable through a powerful Lucene search engine. Content is categorized in customized Collections (say that 10x fast).
Flexible Content Types
GrokOla wiki pages can display a variety of content, including text, code, images, and associated documentation.
Content Easily Searchable
Powerful search engine keeps all relevant content right at your fingertips.
Categorization
Wiki pages –groks– are easily categorized and linked to other similar content.
“Grok” was introduced in Robert A. Heinlein’s 1961 science fiction novel Stranger in a Strange Land. To “Grok” something means that you profoundly understand.Keyhole Labs
GrokOla provides easy-to-update and easy-to-access information.
Content is available only to your team in your private instance.
Get To Know A GrokOla Page
Touch each Grok icon to learn about that part of the GrokOla page.



















What’s Markdown Syntax?
Markdown is intended to be as easy-to-read and easy-to-write as is possible. Essentially, it’s a lightweight, plain-text writing language that lets you style text without taking hands off the keyboard, and without learning complicated codes and shortcuts. It’s simple:
# This is a Header 1
## This is a H2
######This is a H6
A [link](http://example.com).
_italic_, *italic*, __bold__, **bold**, `monospace`











