Skip to content

Commit 8a0b4b4

Browse files
committed
fix remove custom dir from mkdocs yml
1 parent 2752270 commit 8a0b4b4

3 files changed

Lines changed: 59 additions & 28 deletions

File tree

mkdocs.yml

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ edit_uri: edit/main/docs/
1010

1111
theme:
1212
name: material
13-
custom_dir: overrides
1413
logo: assets/logo.png
1514
favicon: assets/favicon.ico
1615

@@ -146,29 +145,36 @@ markdown_extensions:
146145
- pymdownx.tilde
147146
nav:
148147
- Home: index.md
149-
- Placement Overview:
150-
- Introduction: placements/index.md
151-
- On-Campus: placements/on-campus.md
152-
- Off-Campus: placements/off-campus.md
153-
- Core Preparation:
154-
- Resume Building: resume.md
155-
- Technical Skills: preparation/technical-skills.md
156-
- DSA Mastery: departments/cse/dsa.md
157-
- Mock Tests: preparation/mock-tests.md
158-
- Cold Emailing: cold-email.md
159-
- Interview Stages:
160-
- Group Discussions: interviews/gd.md
161-
- Personal Interviews: interviews/pi.md
162-
- Soft Skills: preparation/soft-skills.md
163-
- Strategy & Insights:
164-
- Company-specific Prep: preparation/company-specific.md
165-
- Ultimate Tips: tips-strategies.md
166-
- Departments:
167-
- Overview: departments/index.md
168-
- Computer Science (CSE):
169-
- Roadmap: departments/cse/index.md
170-
- DSA Mastery: departments/cse/dsa.md
171-
- Electronics (ECE): departments/ece/index.md
172-
- Mechanical (MECH): departments/mech/index.md
173-
- Electrical (EEE): departments/eee/index.md
174-
- Civil (CIVIL): departments/civil/index.md
148+
149+
- Start Here (Mindset + Direction):
150+
- Company Research: job-search/company-research.md
151+
- Job Portals: job-search/job-portals.md
152+
153+
- Resume & LinkedIn Setup (Foundation Layer):
154+
- Resume Guide: resume-profile/resume-guide.md
155+
- LinkedIn Profile Setup: resume-profile/linkedin-profile-setup.md
156+
- Cold Emailing: resume-profile/cold-emailing.md
157+
- Cover Letter: resume-profile/cover-letter.md
158+
159+
- Job Discovery System (How to get opportunities):
160+
- Email Alerts: alerts/email-alert-setup.md
161+
- LinkedIn Alerts: alerts/linkedin-alerts-guide.md
162+
- RSS Job Tracking: alerts/rss-job-tracking.md
163+
- Referral Guide: referrals.md
164+
165+
- Core Technical Preparation:
166+
- DSA Mastery: resume-profile/dsa.md
167+
- Aptitude Preparation: resume-profile/aptitude.md
168+
169+
- Interview Preparation (Cracking Stage):
170+
- Interview Rounds Overview: interview-prep/interview-rounds.md
171+
- Group Discussions (GD): interview-prep/gd-preparation.md
172+
- HR Round Guide: interview-prep/hr-round-guide.md
173+
- Soft Skills: resume-profile/soft-skills.md
174+
175+
- Offer Stage (Final Outcome):
176+
- Compensation Comparison: salary/compensation-comparison.md
177+
- Negotiation Guide: salary/negotiation-guide.md
178+
- Offer Evaluation: salary/offer-evaluation.md
179+
180+

overrides/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Setup Guide
2+
3+
This page explains how to get started with this template.
4+
5+
## Prerequisites
6+
7+
- Python 3.8 or higher
8+
- Git
9+
10+
## Installation
11+
12+
```bash
13+
pip install -r requirements.txt
14+
```
15+
16+
## Configuration
17+
18+
Edit `mkdocs.yml` to customize your site:
19+
20+
```yaml
21+
site_name: My Awesome Project
22+
```
23+
24+
## Deployment
25+
26+
Simply push to `main` or `master` branch to trigger the GitHub Action.

0 commit comments

Comments
 (0)