Skip to content

Commit

Permalink
[DOCS] Redirect .md
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Aug 7, 2023
1 parent 22a5e90 commit be99d4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/devices/devices_by_brand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
redirect: ./devices.html
---

# Redirecting...

This page has moved, and you will be redirected to the new page shortly.

<meta http-equiv="refresh" content="0; url=./devices.html">
2 changes: 0 additions & 2 deletions docs/devices/generate_devices_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,5 @@
os.makedirs(output_dir, exist_ok=True)
with open(os.path.join(output_dir, 'devices.html'), 'w', encoding='utf-8') as f:
f.write(output_html)
with open(os.path.join(output_dir, 'devices_by_brand.html'), 'w', encoding='utf-8') as f:
f.write(output_html)

logger.info('Done')

0 comments on commit be99d4a

Please sign in to comment.