-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1357 from inlang/markdown-refactor
refactor: markdown
- Loading branch information
Showing
75 changed files
with
9,435 additions
and
2,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"semi": false, | ||
"useTabs": true, | ||
"trailingComma": "all", | ||
"printWidth": 100 | ||
} |
Binary file modified
BIN
+84.6 KB
(540%)
inlang/assets/marketplace/missing_translation-marketplace-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
[ | ||
"./inlang-refactor.md", | ||
"./the-next-git.md", | ||
"./git-as-sdk.md", | ||
"./notes-on-git-based-architecture.md" | ||
{ | ||
"path": "./inlang-refactor.md", | ||
"slug": "inlang-refactor", | ||
"title": "Refactoring Inlang", | ||
"description": "Inlang got a major refactor which brings new capabilities to the ecosystem." | ||
}, | ||
{ | ||
"path": "./the-next-git.md", | ||
"slug": "the-next-git", | ||
"title": "The next git", | ||
"description": "Git, or more generalized version control, seems to be an appropriate backend for content heavy apps." | ||
}, | ||
{ | ||
"path": "./git-as-sdk.md", | ||
"slug": "git-as-sdk", | ||
"title": "What if a Git SDK to build apps exists?", | ||
"description": "Git as a backend and content database might be superior to database driven solutions for apps like Figma, Google Docs, & Co." | ||
}, | ||
{ | ||
"path": "./notes-on-git-based-architecture.md", | ||
"slug": "notes-on-git-based-architecture", | ||
"title": "March 2022: Does a git-based architecture make sense?", | ||
"description": "Internal notes from March 2022 on why a git-based architecture for localization and beyond seems to make sense." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
--- | ||
title: Library | ||
href: /documentation/library | ||
description: Developers can use inlang libraries for their own software projects. | ||
--- | ||
# Library | ||
|
||
# {% $frontmatter.title %} | ||
|
||
{% $frontmatter.description %} A wide variety of libraries for different use-cases exists. Go to the [marketplace](/marketplace) to find a library that fit your needs. | ||
Developers can use inlang libraries for their own software projects. A wide variety of libraries for different use-cases exists. Go to the [marketplace](/marketplace) to find a library that fit your needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,24 @@ | ||
--- | ||
title: Introduction | ||
href: /documentation | ||
description: Inlang is globalization infrastructure that powers an ecosystem of apps, plugins, and solutions that make globalization simple. | ||
--- | ||
|
||
# {% $frontmatter.title %} | ||
# Introduction | ||
|
||
## What is inlang? | ||
|
||
{% $frontmatter.description %} | ||
Inlang is globalization infrastructure that powers an ecosystem of apps, plugins, and solutions that make globalization simple. | ||
|
||
![inlang ecosystem](https://cdn.jsdelivr.net/gh/inlang/monorepo/inlang/documentation/assets/ecosystem.jpg) | ||
|
||
### Infrastructure approach | ||
|
||
For every use case, there is an app, a plugin, a lint rule, or a custom solution that can be built. Inlang's infrastructure powers an ecosystem of tools, applications, best practices, and automations for organizations to go global. | ||
|
||
{% Figure | ||
src="https://cdn.jsdelivr.net/gh/inlang/monorepo/inlang/documentation/assets/project.jpg" | ||
alt="one config file to power all infrastructure tools" | ||
caption="Sketch about the concept of one configuration file that powers all tools, automation, and applications for globalization that developers build on top of." | ||
|
||
/%} | ||
<doc-figure src="https://cdn.jsdelivr.net/gh/inlang/monorepo/inlang/documentation/assets/project.jpg" alt="one config file to power all infrastructure tools" caption="Sketch about the concept of one configuration file that powers all tools, automation, and applications for globalization that developers build on top of."></doc-figure> | ||
|
||
### Version control and automation via CI/CD | ||
|
||
Inlang apps are built on lix. Lix is a git-compatible version control backend for applications. Using lix provides inlang with CI/CD for globalization and collaboration between developers, translators, and designers on one common source of truth: your repository and your data. | ||
|
||
{% Figure | ||
|
||
src="https://github.com/inlang/monorepo/assets/58360188/917cc987-669d-4203-a2ed-8184087fd070" | ||
|
||
alt="lix-based globalization infrastructure" | ||
|
||
caption="Lix repositories act as building blocks for tools, applications like the editor, and automation via CI/CD." | ||
|
||
/%} | ||
|
||
{% QuickLinks %} | ||
|
||
{% QuickLink | ||
title="Getting started" | ||
icon="fast" | ||
href="/documentation/manually-create-project" | ||
description="Create a new project." | ||
/%} | ||
|
||
{% QuickLink | ||
title="Marketplace" | ||
icon="add-plugin" | ||
href="/marketplace" | ||
description="Find apps, plugins, and lint rules." | ||
/%} | ||
<doc-figure src="https://github.com/inlang/monorepo/assets/58360188/917cc987-669d-4203-a2ed-8184087fd070" alt="lix-based globalization infrastructure" caption="Lix repositories act as building blocks for tools, applications like the editor, and automation via CI/CD."></doc-figure> | ||
|
||
{% /QuickLinks %} | ||
<doc-links> | ||
<doc-link title="Getting started" icon="material-symbols:fast-forward-outline-rounded" href="/documentation/manually-create-project" description="Create a new project."></doc-link> | ||
<doc-link title="Marketplace" icon="material-symbols:add-business-outline-rounded" href="/marketplace" description="Find apps, plugins, and lint rules."></doc-link> | ||
</doc-links> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.