-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPDATE_DOC_DATA.py
18 lines (16 loc) · 1.04 KB
/
UPDATE_DOC_DATA.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# change the following data according to your need
subtitle = "Welcome to the mini-projects repository! This repository is a collection of small projects intended for practice and learning. Each project is designed to help you improve your skills in various areas of programming. Enjoy the fun side of programming by checking out the projects and convince yourself that you can do basically anything with programming."
footer = "Thank you for visiting the mini-projects repository. Happy coding!\nWhy do programmers prefer dark mode? Because the light attracts bugs. 🐛"
content = {
'title' : "Mini Projects",
'text' : subtitle,
'sub_title': "Content",
'show_file' : True,
'show_folder' : True,
'ignore' : ['.gitignore','.github', '.git', 'UPDATE_DOC.py', 'UPDATE_DOC_DATA.py', 'LICENSE', 'virtual_env', '__pycache__', 'DOCUMENTATION.md', 'README.md', 'run_doc_gen_script.yml', '.conda'],
'path' : "https://github.com/mursalatul/mini-projects/",
'footer': footer
}
git_info = {
'root_branch' : 'master', # your root branch
}