mkdocs.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. site_name: IGXE IOS开发指南
  2. site_url: http://172.16.20.157:8003/
  3. repo_name: "ios-development-guidelines"
  4. repo_url: "http://172.16.20.174:8800/docs/ios-development-guidelines"
  5. theme:
  6. name: material
  7. # custom_dir: overrides
  8. features:
  9. - navigation.top
  10. - navigation.sections
  11. # - navigation.tabs
  12. - content.code.annotate
  13. language: "zh"
  14. extra_javascript:
  15. - assets/js/medium-zoom.min.js
  16. - assets/js/extra.js
  17. # Extensions
  18. markdown_extensions:
  19. - admonition
  20. - abbr
  21. - attr_list
  22. - def_list
  23. - footnotes
  24. - meta
  25. - md_in_html
  26. - toc:
  27. permalink: true
  28. - pymdownx.arithmatex:
  29. generic: true
  30. - pymdownx.betterem:
  31. smart_enable: all
  32. - pymdownx.caret
  33. - pymdownx.critic
  34. - pymdownx.details
  35. - pymdownx.emoji:
  36. emoji_index: !!python/name:materialx.emoji.twemoji
  37. emoji_generator: !!python/name:materialx.emoji.to_svg
  38. - pymdownx.highlight
  39. - pymdownx.inlinehilite
  40. - pymdownx.snippets
  41. - pymdownx.keys
  42. - pymdownx.mark
  43. - pymdownx.smartsymbols
  44. - pymdownx.superfences:
  45. custom_fences:
  46. - name: mermaid
  47. class: mermaid
  48. format: !!python/name:pymdownx.superfences.fence_code_format
  49. - pymdownx.tabbed:
  50. alternate_style: true
  51. - pymdownx.tasklist:
  52. custom_checkbox: true
  53. - pymdownx.tilde
  54. nav:
  55. - 首页: index.md
  56. - 项目架构: ios/IGXEAssistant2.md
  57. - cocoapods: ios/IGXEAssistant/Common/CocoaPods.md
  58. - 模块:
  59. - 饰品: ios/IGXEAssistant/Common/待定.md
  60. - CDK: ios/IGXEAssistant/Common/待定.md
  61. - 库存: ios/IGXEAssistant/Common/待定.md
  62. - 赛事: ios/IGXEAssistant/Common/待定.md
  63. - 我的: ios/IGXEAssistant/Common/待定.md
  64. - 我的-发货助手: ios/IGXEAssistant/发货助手/IGDeliveryAssistantManageViewController.md
  65. - 我的-机器人账号管理: ios/IGXEAssistant/发货助手/IGRobotMangeViewController.md
  66. - 待定: ios/IGXEAssistant/Common/待定.md
  67. - 公共组件:
  68. - 支付: ios/IGXEAssistant/Common/支付.md
  69. - 弹窗: ios/IGXEAssistant/Common/弹窗.md
  70. - 网络相关: ios/IGXEAssistant/Common/网络相关.md
  71. - 提示信息: ios/IGXEAssistant/Common/提示信息.md
  72. - YYKit: ios/IGXEAssistant/Common/YYKit.md
  73. - 缓存: ios/IGXEAssistant/Common/IGCache.md
  74. - 下拉刷新: ios/IGXEAssistant/Common/下拉刷新.md
  75. - JX分页视图: ios/IGXEAssistant/Common/JX分页视图.md
  76. - 字体、颜色、长度计算: ios/IGXEAssistant/Common/IGSYSConfig.md
  77. - Steam报价: ios/IGXEAssistant/Common/Steam报价.md
  78. - 网络代理: ios/IGXEAssistant/Common/网络代理.md
  79. - 搜索栏: ios/IGXEAssistant/Common/搜索栏.md
  80. - 饰品视图: ios/IGXEAssistant/Common/饰品视图.md
  81. - 星星: ios/IGXEAssistant/Common/待定.md
  82. - 游戏: ios/IGXEAssistant/Common/游戏图标.md
  83. - 父类控制器: ios/IGXEAssistant/Common/父类控制器.md
  84. - 埋点工具: ios/IGXEAssistant/Common/待定.md
  85. - 圆角矩形视图: ios/IGXEAssistant/Common/圆角矩形视图.md
  86. - 视频播放器: ios/IGXEAssistant/Common/视频播放器.md
  87. - 筛选: ios/IGXEAssistant/Common/筛选.md
  88. - 规范:
  89. - 项目规范: ios/项目规范.md
  90. - Objective-C编码规范: ios/objc-style-guide.md
  91. - Objective-C新特性: ios/objective-c-feature.md
  92. - Objective-C保留关键字: ios/objective-c-reserved-words.md
  93. - IGXE分支管理说明: ios/IGXE分支管理说明.md
  94. - Swift编码规范: ios/swift-style-guide.md
  95. - IOS系统: ios/ios.md
  96. - IOS开发实践: ios/best-practices.md
  97. - 测试:
  98. - Appium: test/appium.md
  99. - Git工作流: git.md
  100. - Code Review: code-review.md
  101. - Markdown语法: markdown-guidelines.md