Skip to content

Commit 40c2a75

Browse files
Merge pull request #2
initial-cloneddocs
2 parents 5a35974 + f143bb6 commit 40c2a75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+10641
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.gem
2+
.bundle
3+
.ruby-version
4+
.jekyll-cache
5+
.sass-cache
6+
_site
7+
Gemfile.lock
8+
node_modules
9+
.DS_Store

404.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: 404
4+
permalink: /404
5+
nav_exclude: true
6+
search_exclude: true
7+
---
8+
9+
<h1>Page not found</h1>
10+
11+
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | absolute_url }}">site's home page</a>.</p>

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# intuit-api
1+
# Intuit API Documentation
2+
3+
API Documentation for Intuit's third-party APIs. This site is currently **in alpha** and invite-only for partners!
4+
5+
Documentation can be viewed at:
6+
https://intuitdeveloper.github.io/intuit-api/

_config.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# theme: jekyll-theme-cayman
2+
# remote_theme: pmarsceill/just-the-docs
3+
# For GitHub:
4+
remote_theme: bcole/just-the-docs
5+
# For local:
6+
# theme: "just-the-docs"
7+
8+
title: Intuit API Docs
9+
description: Documentation for Intuit's APIs
10+
11+
aux_links:
12+
"These capabilities are part of a closed alpha program and are not publicly available":
13+
- "//help.developer.intuit.com"
14+
15+
# Makes Aux links open in a new tab. Default is false
16+
aux_links_new_tab: true
17+
18+
permalink: pretty
19+
20+
gh_edit_link: true
21+
gh_edit_link_text: "Edit this page on GitHub."
22+
gh_edit_repository: "https://github.com/IntuitDeveloper/intuit-api"
23+
gh_edit_branch: "gh-pages"
24+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
25+
26+
back_to_top: false
27+
back_to_top_text: "Back to top"
28+
29+
footer_content: "&copy; 2024 Intuit Inc. All rights reserved. Intuit and QuickBooks are registered trademarks of Intuit Inc. Terms and conditions, features, support, pricing, and service options subject to change without notice."

assets/files/HowToConnectToPFTS.pdf

395 KB
Binary file not shown.

0 commit comments

Comments
 (0)