Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!40
Feature/update docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/update docs
feature/update-docs
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
6
Merged
Karel van Klink
requested to merge
feature/update-docs
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
6
Expand
0
0
Merge request reports
Viewing commit
611236c9
Prev
Next
Show latest version
6 files
+
22
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Verified
611236c9
lint documentation in source code, instead of generated HTML for improved results
· 611236c9
Karel van Klink
authored
1 year ago
docs/vale/.vale.ini
+
9
−
6
Options
@@ -6,14 +6,17 @@ Vocab = geant-jargon, Sphinx
Packages
=
proselint, Microsoft
[*]
[*.{md,py}]
; We only lint .md and .py files
BasedOnStyles
=
Vale, proselint, Microsoft
Microsoft.Headings
=
NO
[*.html]
Microsoft.Dashes
=
NO
Microsoft.HeadingAcronyms
=
NO
TokenIgnores
=
({term}`[^
\n
]+`)
[
/docs/source
/glossary.md]
; Ignore acronyms being undefined in the file that defines all acronyms by definition
[
*
/glossary.md]
; Ignore acronyms being undefined in the file that defines all acronyms by definition
.
Microsoft.Acronyms
=
NO
[formats]
; Ignore inline comments in source code, as these do not show up in generated documentation.
py
=
rst
Loading