-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (50 loc) · 1.04 KB
/
_config.yml
File metadata and controls
55 lines (50 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: Smart SDLC
description: "AI-Driven Development Framework — Give your AI assistant structured expertise across the full software development lifecycle."
url: "https://supermldev.github.io"
baseurl: "/smart-sdlc"
author:
name: Superml.dev
url: https://superml.dev
permalink: pretty
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
block:
line_numbers: false
# Default layout for all pages
defaults:
- scope:
path: ""
values:
layout: default
# Navigation links
nav_links:
- title: Personas
url: /docs/personas
- title: Skills
url: /docs/skills-reference
- title: Integrations
url: /docs/integrations
- title: Workflows
url: /docs/workflows-general
# Exclude these from Jekyll build
exclude:
- node_modules/
- vendor/
- Gemfile
- Gemfile.lock
- "*.gemspec"
- bin/
- lib/
- skills/
- config/
- _superml/
- package.json
- package-lock.json
- .npmrc
- .npmignore
- module.yaml