Skip to content

Commit

Permalink
Merge pull request #1 from laminlabs/fixdocs
Browse files Browse the repository at this point in the history
🍱 Move content from the `lamin-static` repo here
  • Loading branch information
falexwolf authored Nov 23, 2024
2 parents 4202455 + 747a31c commit 57544e9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.jinja2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{{pr.title}} | [{{pr.number}}]({{pr.html_url}}) | [{{pr.user.login}}]({{pr.user.html_url}}) | {{pr.closed_at.date().isoformat()}} |
{{pr.title}} | [{{pr.number}}]({{pr.html_url}}) | [{{pr.user.login}}]({{pr.user.html_url}}) | {{pr.closed_at.date().isoformat()}}

2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/changelog.md
latest_changes_header: '--- \| --- \| --- \| --- \| ---\n'
latest_changes_header: '--- \| --- \| --- \| --- \n'
template_file: ./.github/workflows/latest-changes.jinja2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Lamin Legal

The site is served at [lamin.ai](https://legal.lamin.ai).
The site is served at [legal.lamin.ai](https://legal.lamin.ai).
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

<!-- prettier-ignore -->
Name | PR | Editor | Date | Number
--- | --- | --- | --- | ---
Name | PR | Editor | Date
--- | --- | --- | ---
20 changes: 9 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
import sys
from pathlib import Path
from dirsync import sync

HERE = Path(__file__).parent
sys.path[:0] = [str(HERE), str(HERE.parent)]

from lamin_sphinx import * # noqa
from lamin_sphinx import html_theme_options # noqa
from lamin_sphinx import html_theme_options, html_context # noqa

sync("../lamin-about/about", ".", "sync", exclude=["^.*README.md$"])
project = "Lamin Legal"
html_title = f"{project}"
html_context["github_repo"] = "lamin-legal" # noqa

project = "Lamin"
html_title = "Company | Lamin"
html_context["github_repo"] = "lamin-about" # noqa

ogp_site_url = "https://lamin.ai"
ogp_site_url = "https://legal.lamin.ai"
ogp_site_name = project

html_theme_options["logo"] = {
"link": "https://lamin.ai",
"link": "/",
"text": project,
"root": "https://lamin.ai",
"root": "https://legal.lamin.ai",
}
html_theme_options["icon_links"] = [
{
"name": "GitHub",
"url": "https://github.com/laminlabs/lamin-about",
"url": "https://github.com/laminlabs/lamin-legal",
"icon": "fa-brands fa-github",
},
]
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Lamin
# Lamin Legal

```{toctree}
:hidden: true
:maxdepth: 1
privacy-policy
terms
changelog
```
4 changes: 2 additions & 2 deletions docs/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Lamin operates the lamin.ai website, which provides

By using our service (LaminHub) you accept these Terms. If you disagree with these Terms, you must not use our Service.

In using our service, we may process your personal data; more information about this can be found in the [privacy policy](/legal/privacy-policy).
In using our service, we may process your personal data; more information about this can be found in the [privacy policy](/privacy-policy).

## Subscriptions

Expand All @@ -46,7 +46,7 @@ Where our Service contains links to other sites, User Content, and resources pro

## Stored data

For privacy-related data, see the [privacy policy](/legal/privacy-policy).
For privacy-related data, see the [privacy policy](/privacy-policy).

If you create a "LaminDB instance" and decide to "register it on lamin.ai", we store:

Expand Down

0 comments on commit 57544e9

Please sign in to comment.