File: mkdocs.yml

package info (click to toggle)
codelite 17.0.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 136,244 kB
  • sloc: cpp: 491,547; ansic: 280,393; php: 10,259; sh: 8,930; lisp: 7,664; vhdl: 6,518; python: 6,020; lex: 4,920; yacc: 3,123; perl: 2,385; javascript: 1,715; cs: 1,193; xml: 1,110; makefile: 804; cobol: 741; sql: 709; ruby: 620; f90: 566; ada: 534; asm: 464; fortran: 350; objc: 289; tcl: 258; java: 157; erlang: 61; pascal: 51; ml: 49; awk: 44; haskell: 36
file content (94 lines) | stat: -rw-r--r-- 3,307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: CodeLite Documentation
site_url: https://www.codelite.org
repo_url: https://github.com/eranif/codelite
repo_name: GitHub
edit_uri: edit/master/docs/docs
nav:
  - Downloads:
      - Latest: downloads/download.md
      - Old Linux Repositories:
          - CodeLite 15.0: downloads/oldDownloads/Repositories15.md
          - CodeLite 14.0: downloads/oldDownloads/Repositories14.md
          - CodeLite 13.0: downloads/oldDownloads/Repositories13.md
          - CodeLite 12.0: downloads/oldDownloads/Repositories12.md
  - Getting started:
      - Prepare your environment:
          - Windows: getting_started/windows.md
          - Linux: getting_started/linux.md
          - macOS: getting_started/macos.md
      - Hello World: hello_world.md
  - Settings:
      - Look and feel: settings/colours_and_fonts.md
      - Keyboard shortcuts: settings/keyboard_shortcuts.md
      - Build Settings: settings/build_settings.md
      - Environment Variables: settings/environment_variables.md
      - Macros: /settings/macros
  - Workspace:
      - C/C++: workspaces/default.md
      - File System Workspace: workspaces/file_system.md
      - Remote File System Workspace: /plugins/remoty
      - PHP (via plugin): workspaces/php.md
      - Node.js (via plugin): workspaces/nodejs.md
  - Code Completion: code_completion/cxx.md
  - Plugins:
      - Language Server Protocol: plugins/lsp.md
      - Debug Adapter Client: plugins/dap.md
      - CMake: plugins/cmake.md
      - SFTP: plugins/sftp.md
      - SnipWiz: plugins/snipwiz.md
      - QMake: plugins/qmake.md
      - CppCheck: plugins/cppcheck.md
      - Subversion: plugins/svn.md
      - wxCrafter: plugins/wxcrafter.md
      - Git: plugins/git.md
      - UnitTest++: plugins/ut.md
      - Remoty: plugins/remoty.md
      - Rust: plugins/rust.md
      - Source Code Formatter: plugins/codeformatter.md
  - Debugging:
      - gdb: debuggers/gdb.md
      - Debug Adapter Client (dap): plugins/dap.md
      - XDebug (PHP): debuggers/xdebug.md
      - Node.js: debuggers/nodejs.md
      - Quick Debug: debuggers/quick_debug.md
  - Build:
      - wxWidgets: build/build_wx_widgets.md
      - CodeLite: build/build_from_sources.md
      - MinGW: build/mingw_builds.md
  - wxWidgets:
      - wxWidgets 3.1.5: wxWidgets/repo315.md
      - wxWidgets 3.1.6: wxWidgets/repo316.md
      - wxWidgets 3.1.7: wxWidgets/repo317.md
      - wxWidgets 3.2.0: wxWidgets/repo320.md
      - wxWidgets 3.2.1: wxWidgets/repo321.md
  - Misc:
      - Local Preferences: misc/local_preferences.md
      - Sync Project with File System: misc/reconcile_project.md
      - Bookmarks: misc/bookmarks.md
      - Undo & Redo: misc/ur.md
      - Tab Groups: misc/tabgroups.md
      - Tips & Tricks: misc/tips_and_tricks.md
      - Install Rust: misc/install_rust.md
  - Release Notes:
      - CodeLite v15.x - 16.0.0: release_notes/v16_0_0.md
      - CodeLite v16.x - 17.0.0: release_notes/v17_0_0.md
extra_css:
  - stylesheets/extra.css
theme:
  name: material
  palette:
    scheme: default
    primary: black
  highlightjs: true
  font:
    text: Roboto
    code: Roboto Mono
markdown_extensions:
  - pymdownx.keys
  - admonition
  - pymdownx.highlight
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true
  - pymdownx.tasklist:
      custom_checkbox: true