This repository contains the documentation for the Graphora platform and client library. The documentation is built using Mintlify, a modern documentation platform.
The documentation is organized into the following sections:
- Platform: Overview and quickstart guide for the Graphora platform
- Client Library: Documentation for the Graphora Python client library
- Getting Started: Introduction, installation, and quickstart guides
- Core Concepts: Detailed explanations of key concepts like ontologies, transformations, merging, and graphs
- API Reference: Detailed reference for the client library classes and methods
- Examples: Sample code demonstrating common use cases
- API Reference: Documentation for the Graphora REST API
To work on the documentation locally, follow these steps:
- Install the Mintlify CLI:
npm i -g mintlify- Clone this repository:
git clone https://github.com/graphora/docs-graphora.git
cd docs-graphora- Start the development server:
mintlify dev- Open your browser and navigate to http://localhost:3000 to see the documentation.
We welcome contributions to improve the documentation! Here's how you can contribute:
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request
Please ensure your changes are well-written, accurate, and follow our documentation style guide.
Changes to the main branch are automatically deployed to the production documentation site at docs.graphora.io.
If you have any questions or feedback about the documentation, please contact us at support@graphora.io.