Skip to content

Commit eef99eb

Browse files
Bram Ceulemanspimjansen
authored andcommitted
Fix FakerPHP#2: Added link to Faker project
1 parent ceb87bb commit eef99eb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

mkdocs.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
site_name: FakerPHP / Faker
22
site_description: Documentation for FakerPHP / Faker
33

4-
repo_url: https://github.com/FakerPHP/fakerphp.github.io
5-
edit_uri: edit/main/docs/
4+
repo_name: FakerPHP/Faker
5+
repo_url: https://github.com/FakerPHP/Faker
6+
edit_uri: https://github.com/FakerPHP/fakerphp.github.io/edit/main/docs/
67

78
theme:
89
name: material
@@ -13,6 +14,8 @@ theme:
1314
scheme: default
1415
primary: blue
1516
accent: blue
17+
icon:
18+
repo: fontawesome/brands/github
1619
language: en
1720
features:
1821
- navigation.instant
@@ -21,7 +24,10 @@ extra:
2124
social:
2225
- icon: fontawesome/brands/github
2326
link: https://github.com/FakerPHP/Faker
24-
name: Faker
27+
name: Faker repository
28+
- icon: fontawesome/regular/file-alt
29+
link: https://github.com/FakerPHP/fakerphp.github.io
30+
name: Docs repository
2531

2632
plugins:
2733
- search

0 commit comments

Comments
 (0)