Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: IntelliTect Coding Guidelines
title: IntelliTect Guidelines
#email: your-email@example.com
#description: >- # this means to ignore newlines until "baseurl:"
# Write an awesome description for your new site here. You can edit this
# line in _config.yml. It will appear in your document head meta (for
# Google search results) and in your feed.xml site description.
description: IntelliTect's guidlines for coding and architecture. Documentation for IntelliTect's .NET Compiler Platform (Roslyn) Analyzers.
baseurl: "/CodingGuidelines" # the subpath of your site, e.g. /blog
url: "https://intellitect.github.io/" # the base hostname & protocol for your site, e.g. http://example.com

Expand Down
12 changes: 2 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
---
title: Design GuideLines
title: IntelliTect Guidelines
---

Coding Guidelines
================
* [C#]({{ site.baseurl }}{% link coding/csharp.md %})

Design Guidelines
================

* [Databases]({{ site.baseurl }}{% link databases/index.md %})
* [External Libraries]({{ site.baseurl }}{% link external_libraries/index.md %})
* [APIs]({{ site.baseurl }}{% link apis/index.md %})
* [Security]({{ site.baseurl }}{% link security/index.md %})

Analyzers
=========
- [All Analyzers]({{ site.baseurl }}{% link analyzers/index.md %})

- [Naming: INTL00XX]({{ site.baseurl }}{% link analyzers/00XX.Naming.md %})
- [Formatting: INTL01XX]({{ site.baseurl }}{% link analyzers/01XX.Formatting.md %})
- [Reliability: INTL02XX]({{ site.baseurl }}{% link analyzers/02XX.Reliability.md %})
- [Performance: INTL03XX]({{ site.baseurl }}{% link analyzers/03XX.Performance.md %})
- [Performance: INTL03XX]({{ site.baseurl }}{% link analyzers/03XX.Performance.md %})