
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
navigation.indexes incompatible with navigation.sections Β· Issue #3070 Β· squidfunk/mkdocs-material
Description:
Contribution guidelines I've read the contribution guidelines and wholeheartedly agree I've found a bug and checked that ... ... the problem doesn't occur with the mkdocs or readthedocs...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Mobile Technology & AI
- Social Networks
- Video & Online Content
Content Management System {π}
What CMS is github.com built with?
Github.com is built with WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
squidfunk, navigation, navigationindexes, navigationsections, issue, open, bug, features, sign, problem, tabs, resolved, issues, projects, closed, worldtiki, doesnt, feature, clickable, navigationtabs, docs, commented, index, source, search, pull, requests, actions, security, incompatible, description, contribution, guidelines, ive, documentation, related, compatible, enable, enabled, section, indices, behaviour, theme, squidfunkmkdocsmaterial, system, information, added, reports, owner, fixed,
Topics {βοΈ}
top-level index pages squidfunk/mkdocs-material bug resolved issue update v2 docs personal information navigation open projects contribution guidelines flex-based approach including rtl languages completed polarathene mentioned comment metadata assignees squidfunk closed source facts closed issues navigation index links spacing adjustments related 'docs' theme projects milestone 'src' site_dir problem description section indices search 'bar/index expected behaviour enable navigation navigation css issues bug 'foo/index index page 'images/favicon navigation features open wholeheartedly agree readthedocs themes feature flags feature works reproduce enable docker image website docs_dir blue plugins myrepo repo_url /myrepo/ edit_uri widely supported complex beast 2d3354b π react left navbar milestone relationships indexes incompatible indexes feature
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:navigation.indexes incompatible with navigation.sections
articleBody:### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and checked that ...
- [X] ... the problem doesn't occur with the `mkdocs` or `readthedocs` themes
- [x] ... the problem persists when all overrides are removed, i.e. `custom_dir`, `extra_javascript` and `extra_css`
- [x] ... the documentation does not mention anything about my problem
- [x] ... there are no open or closed issues that are related to my problem
### Description
The documentation says the `navigation.indexes` feature [is compatible with all other feature flags](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages) however it doesn't seem to work if I enable navigation.sections.
When only `navigation.indexes` is enabled this feature works ok.
However when combined with `navigation.sections` then the section indices are no longer clickable.
<img width="1414" alt="nobug" src="https://user-images.githubusercontent.com/1187103/135643828-7ba13210-92dc-4ac1-9797-860a9ec77792.png">
<img width="1370" alt="bug" src="https://user-images.githubusercontent.com/1187103/135643838-e8ae97d5-7113-40b6-a4d2-129679c500af.png">
### Expected behaviour
Both features should be compatible with each other.
### Actual behaviour
Section indices are not clickable when both features are enabled.
### Steps to reproduce
Enable both `navigation.sections` and `navigation.indexes`.
```
theme
features:
- tabs
- navigation.tabs
#- navigation.sections
- navigation.indexes
```
### Package versions
Using docker image: squidfunk/mkdocs-material:7.3.0
### Configuration
```yaml
site_name: My website
docs_dir: 'src'
site_dir: 'docs'
theme:
name: material
icon:
logo: octicons/rocket-16
favicon: 'images/favicon.ico'
features:
- tabs
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- instant
- navigation.tracking
palette:
primary: indigo
accent: blue
plugins:
- search:
lang:
- en
nav:
- Potato:
- Foo:
- 'foo/index.md'
- Something: 'foo/another_page'
- Bar:
- 'bar/index.md'
- Something: 'bar/another_page'
- Tomato:
- Radars: 'something/something.md'
# Repository
repo_name: myrepo
repo_url: https://github.com/myrepo/
edit_uri: edit/master/src/
```
### System information
- Operating system: macOS Big Sur
- Browser: Google Chrome latest
author:
url:https://github.com/worldtiki
type:Person
name:worldtiki
datePublished:2021-10-01T15:08:16.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/3070/mkdocs-material/issues/3070
context:https://schema.org
headline:navigation.indexes incompatible with navigation.sections
articleBody:### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and checked that ...
- [X] ... the problem doesn't occur with the `mkdocs` or `readthedocs` themes
- [x] ... the problem persists when all overrides are removed, i.e. `custom_dir`, `extra_javascript` and `extra_css`
- [x] ... the documentation does not mention anything about my problem
- [x] ... there are no open or closed issues that are related to my problem
### Description
The documentation says the `navigation.indexes` feature [is compatible with all other feature flags](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages) however it doesn't seem to work if I enable navigation.sections.
When only `navigation.indexes` is enabled this feature works ok.
However when combined with `navigation.sections` then the section indices are no longer clickable.
<img width="1414" alt="nobug" src="https://user-images.githubusercontent.com/1187103/135643828-7ba13210-92dc-4ac1-9797-860a9ec77792.png">
<img width="1370" alt="bug" src="https://user-images.githubusercontent.com/1187103/135643838-e8ae97d5-7113-40b6-a4d2-129679c500af.png">
### Expected behaviour
Both features should be compatible with each other.
### Actual behaviour
Section indices are not clickable when both features are enabled.
### Steps to reproduce
Enable both `navigation.sections` and `navigation.indexes`.
```
theme
features:
- tabs
- navigation.tabs
#- navigation.sections
- navigation.indexes
```
### Package versions
Using docker image: squidfunk/mkdocs-material:7.3.0
### Configuration
```yaml
site_name: My website
docs_dir: 'src'
site_dir: 'docs'
theme:
name: material
icon:
logo: octicons/rocket-16
favicon: 'images/favicon.ico'
features:
- tabs
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- instant
- navigation.tracking
palette:
primary: indigo
accent: blue
plugins:
- search:
lang:
- en
nav:
- Potato:
- Foo:
- 'foo/index.md'
- Something: 'foo/another_page'
- Bar:
- 'bar/index.md'
- Something: 'bar/another_page'
- Tomato:
- Radars: 'something/something.md'
# Repository
repo_name: myrepo
repo_url: https://github.com/myrepo/
edit_uri: edit/master/src/
```
### System information
- Operating system: macOS Big Sur
- Browser: Google Chrome latest
author:
url:https://github.com/worldtiki
type:Person
name:worldtiki
datePublished:2021-10-01T15:08:16.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/3070/mkdocs-material/issues/3070
Person:
url:https://github.com/worldtiki
name:worldtiki
url:https://github.com/worldtiki
name:worldtiki
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:3
interactionType:https://schema.org/CommentAction
userInteractionCount:3
External Links {π}(5)
- How much income is https://github.blog earning monthly?
- Learn about the earnings of https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
- What's the financial outcome of https://user-images.githubusercontent.com/1187103/135643828-7ba13210-92dc-4ac1-9797-860a9ec77792.png?
- What's the financial gain of https://user-images.githubusercontent.com/1187103/135643838-e8ae97d5-7113-40b6-a4d2-129679c500af.png?
- Financial intake of https://www.githubstatus.com/
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net