service.yml 679 B

12345678910111213141516171819202122232425262728293031
  1. - type: guideEntry
  2. id: Service
  3. name: guide-entry-service
  4. text: "/ServerInfo/Guidebook/Service/Service.xml"
  5. filterEnabled: True
  6. children:
  7. - Bartender
  8. - Botany
  9. - Chef
  10. - Janitorial
  11. - type: guideEntry
  12. id: Bartender
  13. name: guide-entry-bartender
  14. text: "/ServerInfo/Guidebook/Service/Bartender.xml"
  15. filterEnabled: True
  16. - type: guideEntry
  17. id: Botany
  18. name: guide-entry-botany
  19. text: "/ServerInfo/Guidebook/Service/Botany.xml"
  20. - type: guideEntry
  21. id: Chef
  22. name: guide-entry-chef
  23. text: "/ServerInfo/Guidebook/Service/Chef.xml"
  24. - type: guideEntry
  25. id: Janitorial
  26. name: guide-entry-janitorial
  27. text: "/ServerInfo/Guidebook/Service/Janitorial.xml"