Documentation source files for the Smartsheet Live Data Connector.
This repository contains the source files used to generate the documentation for the Smartsheet Live Data Connector. The actual Smartsheet Live Data Connector documentation can be viewed here.
To report documentation bugs or to request documentation enhancements, simply submit an issue here. And, of course, feel free to submit pull requests with bug fixes or changes.
Follow the steps below if you'd like to run the documentation locally on your machine.
- Linux or OS X — Windows may work, but is unsupported.
- Ruby, version 1.9.3 or newer
- Bundler — If Ruby is already installed, but the
bundle
command doesn't work, just rungem install bundler
in a terminal.
- Fork this repository on Github.
- Clone your forked repository (not our original one) to your hard drive.
- Navigate to the directory of your local repository.
- Install all dependencies:
bundle install
- Start the test server:
bundle exec middleman server
- View the site in a browser: http://localhost:4567
This documentation is based upon Slate and uses Slate markdown syntax.
If you would like to contribute a change to the documentation files, see Contributing.
If you would like to publish changes to the documentation files, see Publishing.
Copyright 2015 Smartsheet, Inc.
Licensed under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific
language governing permissions and limitations under the
License.