-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretype.yml
More file actions
45 lines (37 loc) · 843 Bytes
/
Copy pathretype.yml
File metadata and controls
45 lines (37 loc) · 843 Bytes
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
input: docs
output: .retype
url: https://devfolioanalyzer.vercel.app
branding:
title: Devfolio Analyzer
label: Docs
logo: /static/favicon.png
meta:
title: Devfolio Analyzer
description: AI-powered GitHub and portfolio analysis tool
image: /static/devfolioanalyzer.png
links:
- text: GitHub
link: https://github.com/najmulcodes/devfolioanalyzer
- text: Live Demo
link: https://devfolioanalyzer.vercel.app
sidebar:
- label: Home
link: index.md
- label: Overview
link: overview.md
- label: Features
link: features.md
- label: API Reference
link: api.md
- label: Architecture
link: architecture.md
- label: Deployment
link: deployment.md
- label: Limitations
link: limitations.md
footer:
copyright: "© 2026 Devfolio Analyzer"
editor:
enabled: false
serve:
port: 5000