Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create index.html as symlink to Main_page.html #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiasoc5
Copy link
Contributor

@kiasoc5 kiasoc5 commented May 7, 2022

Fixes #2

@kiasoc5 kiasoc5 force-pushed the index.html branch 2 times, most recently from 6df0f4a to 86dae5a Compare May 7, 2022 19:13
arch-wiki-docs.py Outdated Show resolved Hide resolved
arch-wiki-docs.py Outdated Show resolved Hide resolved
lang_dir = join(args.output_directory, f)
if os.path.isdir(lang_dir):
main_page = join(lang_dir, 'Main_page.html')
index_html = join(lang_dir, 'index.html')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should still be os.path.join right? Also please use double quotes for strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write index.html
2 participants