Skip to content

Commit 8b35de6

Browse files
2 parents 45fd74b + 5c82994 commit 8b35de6

File tree

13 files changed

+246
-134
lines changed

13 files changed

+246
-134
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -151,37 +151,6 @@ To install markdownlint on Visual Studio Code (VSCode),
151151
3. Reload the extension to load the rules.
152152
4. Fix all markdownlint errors underlined in yellow.
153153

154-
### Vale
155-
156-
[Vale](https://github.com/errata-ai/vale) offers a fast, open-source solution for linting prose, ensuring consistency, clarity, and quality in documentation.
157-
158-
The current setup uses well-established industry rule sets such as [Microsoft](https://github.com/errata-ai/Microsoft) and [write-good](https://github.com/errata-ai/write-good), which provide guidelines for grammar, tone, and readability. We're working on adding custom rules to align with evolving style and voice requirements.
159-
160-
To install Vale in Visual Studio Code (VSCode),
161-
162-
1. Install the **Vale VSCode** extension.
163-
164-
2. In the extension's settings page, provide the absolute path of the `vale.ini` configuration file as the `config`.
165-
166-
The configuration file and rule sets live in the following locations of the repository:
167-
168-
```text
169-
.
170-
├── vale.ini #Main configuration file for Vale at the root
171-
└── .vale/
172-
└── styles/ #Contains style guides
173-
├── Microsoft/
174-
└── write-good/
175-
176-
```
177-
<!-- vale off -->
178-
3. On the same settings page, select the **Install Vale** checkbox. When you enable the extension, this option attempts to install Vale on your system. If the installation fails, manually install Vale by following the instructions in the [Vale documentation](https://vale.sh/docs/install) and ensure that Vale is added to your system's PATH.
179-
<!-- vale on -->
180-
181-
4. Enable the extension for syntax highlighting.
182-
183-
5. Vale provides three different highlights; `errors` (red), `warnings`(yellow) and `info` (blue). Remove errors and warnings. Optionally, improve info messages as needed.
184-
185154
## Contribute to documentation
186155

187156
Before you contribute, read the following guidelines to understand how you can start contributing:
124 KB
Loading
7.22 KB
Loading
117 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set root_org_description_path = "your-is" %}
22

3-
{% set root_org_url = "https://localhost:9443/t/carbon.super" %}
3+
{% set root_org_url = "https://localhost:9443/t/{root-organization-name}" %}
44

55
{% include "../../../../../includes/guides/organization-management/organization-applications.md" %}
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
{% set root_org_description_path = "your-is" %}
2-
3-
{% set root_org_url = "https://localhost:9443/t/carbon.super" %}
4-
51
{% include "../../../../../includes/guides/organization-management/organization-applications.md" %}

en/identity-server/7.2.0/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,8 @@ nav:
773773
- Try a B2B use case: guides/organization-management/try-a-b2b-use-case.md
774774
- Set up organizations: guides/organization-management/manage-organizations.md
775775
- Set up administration for organizations: guides/organization-management/manage-b2b-administration.md
776-
- Application Management:
777-
- Share applications: guides/organization-management/share-applications.md
776+
- Manage applications:
777+
- Shared applications: guides/organization-management/share-applications.md
778778
- Organization applications: guides/organization-management/organization-applications.md
779779
- Manage conflicts in organizations: guides/organization-management/manage-conflicts-in-organizations.md
780780
- Onboard admins:
109 KB
Loading
-280 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)