Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db32b4d

Browse files
authoredJan 16, 2025··
Update repo (#185)
1 parent 8a9c3d7 commit db32b4d

File tree

6 files changed

+2888
-2359
lines changed

6 files changed

+2888
-2359
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The repo is based on the Mintlify framework and the content is in Markdown forma
55
## Setup
66

77
1. Install the latest LTS version of [Node.js](https://nodejs.org/en/download/package-manager).
8-
2. Install [Vale](https://vale.sh/vale-cli/installation/).
8+
2. Install [Vale](https://vale.sh/docs/install).
99
3. Fork this repo, and then clone it. For more information, see the [GitHub documentation](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
1010
4. Go to the root folder in your terminal, and run the following to install Node dependencies:
1111

‎apps/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Apps'
3-
description: 'Enrich you Axiom organization with dedicated apps.'
3+
description: 'Enrich your Axiom organization with dedicated apps.'
44
sidebarTitle: 'Overview'
55
tags:
66
[
@@ -16,7 +16,7 @@ tags:
1616
]
1717
---
1818

19-
This section walks you through a catalogue of dedicated apps that enrich your Axiom organization.
19+
This section walks you through a catalog of dedicated apps that enrich your Axiom organization.
2020

2121
To use standard APIs and other data shippers like the Elasticsearch Bulk API, FluentBit log processor or Fluentd log collector, go to [Send data](/send-data/ingest) instead.
2222

‎package-lock.json

Lines changed: 2880 additions & 2351 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"mintlify": "mintlify"
44
},
55
"dependencies": {
6-
"mintlify": "^4.0.220"
6+
"mintlify": "^4.0.319"
77
}
88
}

‎reference/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Access for a user is the additive union of capabilities assigned through their d
152152

153153
### Apps
154154

155-
Enrich your Axiom organization with a catalogue of migrations tools, and dedicated apps, and gain complete visibility into any platform, and get alerts on your errors to stay ahead of issues.
155+
Enrich your Axiom organization with a catalog of migrations tools, and dedicated apps, and gain complete visibility into any platform, and get alerts on your errors to stay ahead of issues.
156156

157157
By properly monitoring your apps with Axiom, you can spot slowdowns, hiccups, bad requests, errored requests, and function cache performance and know which actions to take to correct these issues before there are user-facing consequences.
158158

‎vale/styles/Google/AMPM.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
extends: existence
22
message: "Use 'AM' or 'PM' (preceded by a space)."
3-
link: 'https://developers.google.com/style/word-list'
3+
link: "https://developers.google.com/style/word-list"
44
level: error
55
nonword: true
66
tokens:
7-
- '\d{1,2}[AP]M'
8-
- '\d{1,2} ?[ap]m'
7+
- '\d{1,2}[AP]M\b'
8+
- '\d{1,2} ?[ap]m\b'
99
- '\d{1,2} ?[aApP]\.[mM]\.'

0 commit comments

Comments
 (0)
Please sign in to comment.