Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor doltlab docs #2156

Merged
merged 19 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
19d5ca0
/packages/doltlab/introduction: wip, adding some stuff
coffeegoddd Apr 23, 2024
5bf01e3
/packages/doltlab/content/introduction: add installation page
coffeegoddd Apr 24, 2024
4fcb61a
/packages/doltlab/content/introduction: adding more intro stuff
coffeegoddd Apr 24, 2024
163a02d
/packages/doltlab/content/introduction: remove some stuff tim should …
coffeegoddd Apr 24, 2024
761390a
/packages/doltlab/content: finish intro section
coffeegoddd Apr 24, 2024
2fa3a37
/packages/doltlab/content/{administrator,introduction}: wip, working …
coffeegoddd Apr 24, 2024
ebf51a9
/packages/doltlab/content/administrator/administrator.md: wip, still …
coffeegoddd Apr 24, 2024
52fa45a
/packages/doltlab/content/administrator/administrator.md: wip, still …
coffeegoddd Apr 24, 2024
7f0981d
/packages/doltlab/content/administrator/administrator.md: have main a…
coffeegoddd Apr 25, 2024
edb1db8
/packages/doltlab/content/administrator/enterprise.md: add enterprise…
coffeegoddd Apr 25, 2024
b76aa91
/packages/doltlab/content: add admin guides
coffeegoddd Apr 25, 2024
50a364d
/packages/{dolt,doltlab}: organize the sections more
coffeegoddd Apr 25, 2024
cf0dfb9
/packages/doltlab/content: some fixes
coffeegoddd Apr 25, 2024
78f22cd
/packages/doltlab/content/SUMMARY.md: add release notes to summary
coffeegoddd Apr 25, 2024
dd5bf06
/packages/doltlab/content/introduction/installation: fix release notes
coffeegoddd Apr 26, 2024
d12e008
/packages/doltlab/content: fix page headers
coffeegoddd Apr 26, 2024
b47fb05
/packages/doltlab/content/introduction/installation: fix download link
coffeegoddd Apr 26, 2024
cfc4254
/packages/doltlab/content/SUMMARY.md: fix enterprise link
coffeegoddd Apr 26, 2024
b606729
Merge pull request #2155 from dolthub/db/doltlab-docs
coffeegoddd Apr 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Transforming File Uploads"
---

DoltHub and DoltLab `v0.8.1` allow users to optionally transform files before they're imported into a database. To do this, users can provide a Transform Url at the time they're uploading a file.
DoltHub and DoltLab >= `v0.8.1` allow users to optionally transform files before they're imported into a database. To do this, users can provide a Transform Url at the time they're uploading a file.

If a Transform Url is provided, DoltHub/DoltLab will send an http `POST` request containing the uploaded file contents. In the http response
to this request, the service receiving the request can return new file contents that will be imported into the database in place of the original file contents.
Expand Down
6 changes: 5 additions & 1 deletion packages/doltlab/content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Download the latest DoltLab [here](https://doltlab-releases.s3.amazonaws.com/lin

[DoltLab](https://www.doltlab.com) is the self-hosted version of [DoltHub](https://www.dolthub.com) that allows you to deploy and manage your own DoltHub instance on-prem. DoltLab has the same user interface and features as DoltHub so consult the [DoltHub Documentation](https://docs.dolthub.com/products/dolthub) for general questions. This DoltLab documentation focuses on installation and administration.

For instructions on how to install the latest DoltLab version, checkout our [installation guide](./installation.md). After installing, learn how to operate DoltLab like a pro by reading our [administrator guide](./administrator.md).
For instructions on how to install the latest DoltLab version, checkout our [installation guide](./introduction/installation.md). After installing, learn how to operate DoltLab like a pro by reading our [administrator guide](./guides/administrator.md).

You can also get more DoltLab content by checking out our [blog](https://www.dolthub.com/blog/), where we've published the following articles about DoltLab:

Expand All @@ -14,3 +14,7 @@ You can also get more DoltLab content by checking out our [blog](https://www.dol
- [Deploying a Production Ready DoltLab Instance: An example](https://www.dolthub.com/blog/2022-03-16-deploying-a-production-ready-doltlab-instance/)
- [Monitoring a DoltLab instance with Prometheus](https://www.dolthub.com/blog/2022-05-09-monitoring-doltlab-with-prometheus/)
- [Is DoltLab right for you?](https://www.dolthub.com/blog/2022-05-25-is-doltlab-right-for-you/)
- [How to run DoltLab on Microsoft Azure Cloud](https://www.dolthub.com/blog/2022-08-26-run-doltlab-on-azure/)
- [How to run DoltLab on Hosted Dolt](https://www.dolthub.com/blog/2023-07-05-running-doltlab-on-hosted-dolt/)
- [How to expose DoltLab with ngrok](https://www.dolthub.com/blog/2022-08-08-expose-doltlab-with-ngrok/)
- [Announcing DoltLab Enterprise edition](https://www.dolthub.com/blog/2023-10-30-announcing-doltlab-enterprise/)
29 changes: 26 additions & 3 deletions packages/doltlab/content/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Table of contents

- [Introduction](README.md)
- [Installation](installation.md)
- [Administrator Guide](administrator.md)
- [API](api.md)
- [What is DoltLab?](introduction/what-is-doltlab.md)
- [Release Notes](introduction/installation/release-notes.md)
- [v2.1.1](introduction/installation/release-notes/v2.1.1.md)
- [v2.1.0](introduction/installation/release-notes/v2.1.0.md)
- [v2.0.8](introduction/installation/release-notes/v2.0.8.md)
- [v2.0.7](introduction/installation/release-notes/v2.0.7.md)
- [v2.0.6](introduction/installation/release-notes/v2.0.6.md)
- [v2.0.5](introduction/installation/release-notes/v2.0.5.md)
- [v2.0.4](introduction/installation/release-notes/v2.0.4.md)
- [v2.0.3](introduction/installation/release-notes/v2.0.3.md)
- [v2.0.2](introduction/installation/release-notes/v2.0.2.md)
- [v2.0.1](introduction/installation/release-notes/v2.0.1.md)
- [v2.0.0](introduction/installation/release-notes/v2.0.0.md)
- [Installation](introduction/installation.md)
- [Linux](introduction/installation/linux.md)
- [Linux (older DoltLab versions)](introduction/installation/pre-installer-linux.md)
- [Start DoltLab](introduction/installation/start-doltlab.md)
- [Start DoltLab (older DoltLab versions)](introduction/installation/start-doltlab-pre-installer.md)
- [Upgrade DoltLab](introduction/upgrading.md)
- [Guides](guides/administrator.md)
- [Administrator Guide](guides/administrator/administrator.md)
- [Administrator Guide (older DoltLab versions)](guides/administrator/pre-installer-administrator-guide.md)
- [Enterprise Guide](guides/administrator/enterprise.md)
- [DoltLab API](guides/dolthub/api/api.md)
- [Workspaces](guides/dolthub/workspaces.md)
- [Transform File Uploads](guides/dolthub/transform-uploads.md)
Loading
Loading