diff --git a/branch/main/_static/pygments.css b/branch/main/_static/pygments.css index fddd181..fe39d08 100644 --- a/branch/main/_static/pygments.css +++ b/branch/main/_static/pygments.css @@ -5,26 +5,26 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5 span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc; border: 1px solid #edff00; padding-top: 2px; border-radius: 3px; display: block } .highlight { background: #f8f8f8; } -.highlight .c { color: #6a737d; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2; border: 1px solid #FF0000 } /* Error */ +.highlight .c { color: #6A737D; font-style: italic } /* Comment */ +.highlight .err { color: #A61717; background-color: #E3D2D2; border: 1px solid #F00 } /* Error */ .highlight .k { color: #007020; font-weight: bold } /* Keyword */ -.highlight .l { color: #032f62 } /* Literal */ -.highlight .n { color: #333333 } /* Name */ -.highlight .o { color: #666666; font-weight: bold } /* Operator */ +.highlight .l { color: #032F62 } /* Literal */ +.highlight .n { color: #333 } /* Name */ +.highlight .o { color: #666; font-weight: bold } /* Operator */ .highlight .p { font-weight: bold } /* Punctuation */ -.highlight .ch { color: #6a737d; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #6a737d; font-style: italic } /* Comment.Multiline */ +.highlight .ch { color: #6A737D; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #6A737D; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #007020 } /* Comment.Preproc */ -.highlight .cpf { color: #6a737d; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #6a737d; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic; background-color: #fff0f0 } /* Comment.Special */ -.highlight .gd { color: #A00000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .cpf { color: #6A737D; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #6A737D; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999; font-weight: bold; font-style: italic; background-color: #FFF0F0 } /* Comment.Special */ +.highlight .gd { color: #A00000; background-color: #FDD } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ +.highlight .gr { color: #A00 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #333333 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .gi { color: #00A000; background-color: #DFD } /* Generic.Inserted */ +.highlight .go { color: #333 } /* Generic.Output */ +.highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0040D0 } /* Generic.Traceback */ @@ -34,48 +34,48 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: .highlight .kp { color: #007020; font-weight: bold } /* Keyword.Pseudo */ .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #902000; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #032f62 } /* Literal.Date */ +.highlight .ld { color: #032F62 } /* Literal.Date */ .highlight .m { color: #208050 } /* Literal.Number */ -.highlight .s { color: #4070a0 } /* Literal.String */ +.highlight .s { color: #4070A0 } /* Literal.String */ .highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086b3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .nb { color: #0086B3 } /* Name.Builtin */ +.highlight .nc { color: #458; font-weight: bold } /* Name.Class */ .highlight .no { color: #008080 } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */ .highlight .ni { color: #800080; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ +.highlight .ne { color: #900; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #900; font-weight: bold } /* Name.Function */ .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #555555; font-weight: bold } /* Name.Namespace */ -.highlight .nx { color: #333333 } /* Name.Other */ -.highlight .py { color: #333333 } /* Name.Property */ -.highlight .nt { color: #22863a; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #9960b5; font-weight: bold } /* Name.Variable */ +.highlight .nn { color: #555; font-weight: bold } /* Name.Namespace */ +.highlight .nx { color: #333 } /* Name.Other */ +.highlight .py { color: #333 } /* Name.Property */ +.highlight .nt { color: #22863A; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #9960B5; font-weight: bold } /* Name.Variable */ .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ .highlight .pm { font-weight: bold } /* Punctuation.Marker */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #009999 } /* Literal.Number.Bin */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sa { color: #dd1144 } /* Literal.String.Affix */ -.highlight .sb { color: #dd1144 } /* Literal.String.Backtick */ -.highlight .sc { color: #dd1144 } /* Literal.String.Char */ -.highlight .dl { color: #dd1144 } /* Literal.String.Delimiter */ -.highlight .sd { color: #dd1144; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #dd1144 } /* Literal.String.Double */ -.highlight .se { color: #dd1144; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #dd1144 } /* Literal.String.Heredoc */ -.highlight .si { color: #dd1144; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #dd1144 } /* Literal.String.Other */ +.highlight .w { color: #BBB } /* Text.Whitespace */ +.highlight .mb { color: #099 } /* Literal.Number.Bin */ +.highlight .mf { color: #099 } /* Literal.Number.Float */ +.highlight .mh { color: #099 } /* Literal.Number.Hex */ +.highlight .mi { color: #099 } /* Literal.Number.Integer */ +.highlight .mo { color: #099 } /* Literal.Number.Oct */ +.highlight .sa { color: #D14 } /* Literal.String.Affix */ +.highlight .sb { color: #D14 } /* Literal.String.Backtick */ +.highlight .sc { color: #D14 } /* Literal.String.Char */ +.highlight .dl { color: #D14 } /* Literal.String.Delimiter */ +.highlight .sd { color: #D14; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #D14 } /* Literal.String.Double */ +.highlight .se { color: #D14; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #D14 } /* Literal.String.Heredoc */ +.highlight .si { color: #D14; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #D14 } /* Literal.String.Other */ .highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #dd1144 } /* Literal.String.Single */ +.highlight .s1 { color: #D14 } /* Literal.String.Single */ .highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #06287e; font-weight: bold } /* Name.Function.Magic */ +.highlight .bp { color: #999 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #06287E; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #008080; font-weight: bold } /* Name.Variable.Class */ .highlight .vg { color: #008080; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #008080; font-weight: bold } /* Name.Variable.Instance */ -.highlight .vm { color: #bb60d5; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .vm { color: #BB60D5; font-weight: bold } /* Name.Variable.Magic */ +.highlight .il { color: #099 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/branch/main/api_facts_module.html b/branch/main/api_facts_module.html index 5dfae69..b228b41 100644 --- a/branch/main/api_facts_module.html +++ b/branch/main/api_facts_module.html @@ -8,7 +8,7 @@ community.routeros.api_facts module – Collect facts from remote devices running MikroTik RouterOS using the API — Community.Routeros Collection documentation - + diff --git a/branch/main/api_find_and_modify_module.html b/branch/main/api_find_and_modify_module.html index 9839686..20487ed 100644 --- a/branch/main/api_find_and_modify_module.html +++ b/branch/main/api_find_and_modify_module.html @@ -8,7 +8,7 @@ community.routeros.api_find_and_modify module – Find and modify information using the API — Community.Routeros Collection documentation - + diff --git a/branch/main/api_info_module.html b/branch/main/api_info_module.html index e2900ba..ed10c97 100644 --- a/branch/main/api_info_module.html +++ b/branch/main/api_info_module.html @@ -8,7 +8,7 @@ community.routeros.api_info module – Retrieve information from API — Community.Routeros Collection documentation - + diff --git a/branch/main/api_modify_module.html b/branch/main/api_modify_module.html index fbb4106..4c113c2 100644 --- a/branch/main/api_modify_module.html +++ b/branch/main/api_modify_module.html @@ -8,7 +8,7 @@ community.routeros.api_modify module – Modify data at paths with API — Community.Routeros Collection documentation - + diff --git a/branch/main/api_module.html b/branch/main/api_module.html index 5e92bad..329f2e7 100644 --- a/branch/main/api_module.html +++ b/branch/main/api_module.html @@ -8,7 +8,7 @@ community.routeros.api module – Ansible module for RouterOS API — Community.Routeros Collection documentation - + diff --git a/branch/main/changelog.html b/branch/main/changelog.html index cf01c82..8abbb53 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -7,7 +7,7 @@ Community.Routeros Release Notes — Community.Routeros Collection documentation - + diff --git a/branch/main/command_module.html b/branch/main/command_module.html index 476d8b4..dfb72b3 100644 --- a/branch/main/command_module.html +++ b/branch/main/command_module.html @@ -8,7 +8,7 @@ community.routeros.command module – Run commands on remote devices running MikroTik RouterOS — Community.Routeros Collection documentation - + diff --git a/branch/main/docsite/api-guide.html b/branch/main/docsite/api-guide.html index e671cb3..eae581a 100644 --- a/branch/main/docsite/api-guide.html +++ b/branch/main/docsite/api-guide.html @@ -7,7 +7,7 @@ How to connect to RouterOS devices with the RouterOS API — Community.Routeros Collection documentation - + diff --git a/branch/main/docsite/quoting.html b/branch/main/docsite/quoting.html index f25b585..1baf0ba 100644 --- a/branch/main/docsite/quoting.html +++ b/branch/main/docsite/quoting.html @@ -7,7 +7,7 @@ How to quote and unquote commands and arguments — Community.Routeros Collection documentation - + diff --git a/branch/main/docsite/ssh-guide.html b/branch/main/docsite/ssh-guide.html index 9208ed7..3039648 100644 --- a/branch/main/docsite/ssh-guide.html +++ b/branch/main/docsite/ssh-guide.html @@ -7,7 +7,7 @@ How to connect to RouterOS devices with SSH — Community.Routeros Collection documentation - + diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html index 1eda758..d03613c 100644 --- a/branch/main/environment_variables.html +++ b/branch/main/environment_variables.html @@ -8,7 +8,7 @@ Index of all Collection Environment Variables — Community.Routeros Collection documentation - + diff --git a/branch/main/facts_module.html b/branch/main/facts_module.html index 22ab4ac..2132830 100644 --- a/branch/main/facts_module.html +++ b/branch/main/facts_module.html @@ -8,7 +8,7 @@ community.routeros.facts module – Collect facts from remote devices running MikroTik RouterOS — Community.Routeros Collection documentation - + diff --git a/branch/main/index.html b/branch/main/index.html index bf3c3b2..991e014 100644 --- a/branch/main/index.html +++ b/branch/main/index.html @@ -8,7 +8,7 @@ Community.Routeros — Community.Routeros Collection documentation - + diff --git a/branch/main/join_filter.html b/branch/main/join_filter.html index 135e692..0a402b4 100644 --- a/branch/main/join_filter.html +++ b/branch/main/join_filter.html @@ -8,7 +8,7 @@ community.routeros.join filter – Join a list of arguments to a command — Community.Routeros Collection documentation - + diff --git a/branch/main/list_to_dict_filter.html b/branch/main/list_to_dict_filter.html index f38b69f..279b55e 100644 --- a/branch/main/list_to_dict_filter.html +++ b/branch/main/list_to_dict_filter.html @@ -8,7 +8,7 @@ community.routeros.list_to_dict filter – Convert a list of arguments to a dictionary — Community.Routeros Collection documentation - + diff --git a/branch/main/quote_argument_filter.html b/branch/main/quote_argument_filter.html index 80ea5c8..c35ec1b 100644 --- a/branch/main/quote_argument_filter.html +++ b/branch/main/quote_argument_filter.html @@ -8,7 +8,7 @@ community.routeros.quote_argument filter – Quote an argument — Community.Routeros Collection documentation - + diff --git a/branch/main/quote_argument_value_filter.html b/branch/main/quote_argument_value_filter.html index 438e507..656c309 100644 --- a/branch/main/quote_argument_value_filter.html +++ b/branch/main/quote_argument_value_filter.html @@ -8,7 +8,7 @@ community.routeros.quote_argument_value filter – Quote an argument value — Community.Routeros Collection documentation - + diff --git a/branch/main/routeros_cliconf.html b/branch/main/routeros_cliconf.html index 75bfd45..597c4ae 100644 --- a/branch/main/routeros_cliconf.html +++ b/branch/main/routeros_cliconf.html @@ -8,7 +8,7 @@ community.routeros.routeros cliconf – Use routeros cliconf to run command on MikroTik RouterOS platform — Community.Routeros Collection documentation - + diff --git a/branch/main/search.html b/branch/main/search.html index 9d19ad1..4fefae8 100644 --- a/branch/main/search.html +++ b/branch/main/search.html @@ -6,7 +6,7 @@ Search — Community.Routeros Collection documentation - + diff --git a/branch/main/split_filter.html b/branch/main/split_filter.html index 210e4e8..50a0a84 100644 --- a/branch/main/split_filter.html +++ b/branch/main/split_filter.html @@ -8,7 +8,7 @@ community.routeros.split filter – Split a command into arguments — Community.Routeros Collection documentation - +