This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
structables
Watch
4
Star
0
Fork
You've already forked structables
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
v0.3.8
structables
/
.gitignore
10 lines
86 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Add Docker support
2024-06-17 15:40:34 +00:00
.env
Merge remote-tracking branch 'upstream/main'
2023-06-03 21:04:34 +00:00
.vscode
Add Docker support
2024-06-17 15:40:34 +00:00
__pycache__/
dist/
docker-compose.yml
feat: add markdown support for privacy policy Introduced markdown rendering for the privacy policy alongside plain text support. This change enriches the presentation of the privacy policy by allowing markdown-formatted files. To facilitate this, the markdown2 library was added as a dependency, and the logic in the privacy policy route was adjusted to prioritize `.md` files over `.txt` when available. This update also includes a minor version bump and the addition of a markdown-related entry to `.gitignore`. These changes enhance the flexibility and user experience by supporting more visually structured privacy policies. The removal of the default privacy file path (`privacy.txt`) from the environment configuration encourages explicit file path specification, accommodating the new markdown feature more seamlessly.
2024-06-08 18:07:58 +00:00
privacy.md
Add Docker support
2024-06-17 15:40:34 +00:00
privacy.txt
*.pyc
venv/
Reference in a new issue
Copy permalink