new hero on mdbook #79
Labels
No Label
Issue
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Question
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Roadmap
Status/Abandoned
Status/Blocked
Status/Need More Info
Story
Task
Urgent
bug
duplicate
enhancement
question
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ourworld_web/circle_web_presence#79
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're implementing new hero on mdbook, both for tfgrid book and ourworld.
book: https://git.ourworld.tf/tfgrid/info_tfgrid
each book , on: https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/books
has new script setting, so what to do for each book:
Delete any book_name/context.md
Delete any book_name/sshkey.md
modify info_tfgrid/heroscript/book_script_name with new script format as below, replace file content with this the same exact format;
@timur does ourworld books
@marionrvrn does the tfgrid/development
@sashaastiadi does tfgrid/main
@marionrvrn @timur
chatgpt command:
js
!!book.generate
name:'kristof'
title:'OurWorld Kristofs Personal Page'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/kristof'
production: true
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/def'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tech'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/partners_utilization'
// !!doctree.add
// url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/projectmycelium'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/why'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/kristof'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values'
change above code to follow this new format:
Done for tfgrid/development
tfgrid/info_tfgrid#164 done, pr @timur