Makefile enhancements #89

Merged
techknowlogick merged 1 commits from jolheiser/gitea-docusaurus:v3 into main 2023-11-20 04:27:28 +00:00
Owner

These are some things I changed to make local development easier, especially when having to update multiple versions of docs at once like the docusaurus v3 update.

i.e.

GITEA_REMOTE := ~/code/code.gitea.io/gitea
GITEA_LATEST_BRANCH := docs-v3
GITEA_VERSION_BRANCH_PREFIX := docs-v3-
...

to run the Makefile against my local repo.

These are some things I changed to make local development easier, especially when having to update multiple versions of docs at once like the docusaurus v3 update. i.e. ```makefile GITEA_REMOTE := ~/code/code.gitea.io/gitea GITEA_LATEST_BRANCH := docs-v3 GITEA_VERSION_BRANCH_PREFIX := docs-v3- ... ``` to run the Makefile against my local repo.
jolheiser added 1 commit 2023-11-20 03:49:22 +00:00
docs: v3
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Some checks failed
checks / build-docs (pull_request) Failing after 2m27s
c4b6b9ba8e
techknowlogick merged commit 52841fa1d9 into main 2023-11-20 04:27:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/gitea-docusaurus#89
No description provided.