Skip to content

Conversation

@t0stiman
Copy link
Collaborator

I saw your comment about switching to mdBook, and I thought why not give it a go. I updated the documentation for building the documentation as well.

For hosting the generated html files, i suggest github pages because it's free and easy.

@t0stiman
Copy link
Collaborator Author

afbeelding

@t0stiman
Copy link
Collaborator Author

t0stiman commented Feb 1, 2025

There is a GitHub actions workflow for mdBook and GitHub pages https://github.com/Insprill/dv-mapify/actions/new?category=none&query=mdbook

@t0stiman
Copy link
Collaborator Author

i got it to work with GitHub Pages: https://t0stiman.github.io/dv-mapify/

.gitignore Outdated
!PackageBuilder/Assets/Mapify.meta
PackageBuilder/Assets/Mapify/Scripts/*
!PackageBuilder/Assets/Mapify/Scripts/*meta
PackageBuilder/Assets/Mapify/Scripts/*.dll
Copy link
Owner

Choose a reason for hiding this comment

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

Why were some of these moved to a dedicated .gitignore and some aren't? These changes should be moved to a separate PR so it doesn't block this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The idea was to have PackageBuilder/.gitignore be a pure, unchanged Unity gitignore file and specify our own additions in the main gitignore.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can move the lines concerning PackageBuilder into PackageBuilder/.gitignore if you want?

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah I think that makes sense.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

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.

2 participants