Skip to content

Documentation web site for Intent Architect

Notifications You must be signed in to change notification settings

IntentArchitect/Docs

Repository files navigation

Intent Architect Docs

This repository contains the Intent Architect documentation hosted at https://docs.intentarchitect.com/docs. See the Contributing Guide below and the issues list if you would like to help out.

Contributing to the Intent Architect documentation

How to make a simple correction or suggestion

Articles in the repository are stored as Markdown files. Simple changes to the content of a Markdown file are made in the browser by selecting the Edit link in the upper-right corner of the browser window. (In a narrow browser window, expand the options bar to see the Edit link.) Follow the directions to create a pull request (PR). We will review the pull request and accept it or suggest changes.

How to make a more complex submission

To make more complex submissions, contact the Intent team at support@intentarchitect.com outlining what you want to do. We will respond with steps on how you can make your submission.

Contribution guidelines

This article outlines the way that content needs to be supplied before any Pull Requests are accepted.

View your changes with DocFX

This folder contains the source markdown for Intent Architect's documentation. DocFX is then run against the docfx.json file and along with the .md files, our documentation is generated into the _site folder (which is .gitignore'd). The contents of the _site folder are then uploaded to the website at http://intentarchitect.com/docs/ by the Intent Architect team.

VS Code Extensions

Visual Studio Code has some good extensions to aid in writing documentation:

Build and make localhost preview site available

From the command line run:

_tools/DocFX/docfx.exe docfx.json --serve

Or alternatively:

./_build_and_serve.ps1

Build only

From the command line run:

_tools/DocFX/docfx.exe docfx.json

Troubleshooting

If there is a strange build error, try completely deleting the obj folder. This folder only contains build artifacts, the worst that can happen from its deletion is that the next build may take a little longer.