Here's how GITHUB.COM makes money* and how much!

*Please read our disclaimer before using our estimates.
Loading...

GITHUB . COM {}

Detected CMS Systems:

  1. Analyzed Page
  2. Matching Content Categories
  3. CMS
  4. Monthly Traffic Estimate
  5. How Does Github.com Make Money
  6. How Much Does Github.com Make
  7. Wordpress Themes And Plugins
  8. Keywords
  9. Topics
  10. Payment Methods
  11. Questions
  12. Schema
  13. External Links
  14. Analytics And Tracking
  15. Libraries
  16. Hosting Providers

We are analyzing https://github.com/squidfunk/mkdocs-material/issues/3987.

Title:
Custom admonition icons don't work when defining theme.palette Β· Issue #3987 Β· 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 9 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • Graphic Design
  • Social Networks
  • Careers

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com uses 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,003 visitors per month in the current month.

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 5,013,418 paying customers.
The estimated monthly recurring revenue (MRR) is $21,056,355.
The estimated annual recurring revenues (ARR) are $252,676,258.

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 {πŸ”}

issue, squidfunk, admonition, themepalette, bug, problem, open, sign, icons, icon, resolved, projects, custom, defining, closed, locomoco, mkdocs, mkdocsyml, note, material, commented, content, navigation, code, issues, pull, requests, actions, security, dont, work, description, contribution, guidelines, ive, removed, replaced, expected, behaviour, commenting, key, configuration, mode, information, added, investigation, investigated, maintainers, reports, owner,

Topics {βœ’οΈ}

defining [data-md-color-scheme=default] [data-md-color-scheme=default] activity squidfunk added closed issues open projects admonition icons code ide contribution guidelines newly created gitpod comment metadata assignees bug resolved issue custom icon nested content squidfunk closed material/cloud markdown_extensions docs/index projects milestone expected behaviour mkdocs material problem description investigation issue light mode icons open palette key defining theme palette defined admonition wholeheartedly agree readthedocs themes reproduce deploy io workspace things separate quick fix milestone relationships issue github problem persists yml site_name 0 material dark bug mkdocs 13 mkdocs definitions sign icon resolved note cloud

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:Custom admonition icons don't work when defining theme.palette
      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 When trying to specify a custom icon for admonitions, the icons are not replaced when the `mkdocs.yml` also has `theme.palette` defined. ### Expected behaviour After commenting out the `theme.palette` key, we can see the expected behavior ![image](https://user-images.githubusercontent.com/32169493/172003351-c114c449-1e2c-4d0c-8294-03cd0f9fd500.png) ### Actual behaviour The icon does not get replaced when specifying the `theme.palette` key ![image](https://user-images.githubusercontent.com/32169493/172003395-0a06a078-6af4-46ee-bdec-f5e1b4636b6e.png) ### Steps to reproduce Deploy the following example page using the mkdocs.yml specified [below](#Configuration) ```markdown <!-- docs/index.md --> !!! note This is an example note ``` ### Package versions - Python: `3.8.13` - MkDocs: `1.3.0` - Material: `8.3.1` ### Configuration ```yaml # mkdocs.yml site_name: "Example mkdocs material" theme: name: material palette: # <- this is the culprit, commenting it out fixes the issue, but we use need it for dark/bright mode configuration scheme: default icon: admonition: note: octicons/alert-24 logo: material/cloud markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences ``` ### System information Locally using Win 10 and also in a newly created Gitpod.io workspace (cloud VS Code IDE)
      author:
         url:https://github.com/locomoco28
         type:Person
         name:locomoco28
      datePublished:2022-06-04T13:44:35.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/3987/mkdocs-material/issues/3987
      context:https://schema.org
      headline:Custom admonition icons don't work when defining theme.palette
      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 When trying to specify a custom icon for admonitions, the icons are not replaced when the `mkdocs.yml` also has `theme.palette` defined. ### Expected behaviour After commenting out the `theme.palette` key, we can see the expected behavior ![image](https://user-images.githubusercontent.com/32169493/172003351-c114c449-1e2c-4d0c-8294-03cd0f9fd500.png) ### Actual behaviour The icon does not get replaced when specifying the `theme.palette` key ![image](https://user-images.githubusercontent.com/32169493/172003395-0a06a078-6af4-46ee-bdec-f5e1b4636b6e.png) ### Steps to reproduce Deploy the following example page using the mkdocs.yml specified [below](#Configuration) ```markdown <!-- docs/index.md --> !!! note This is an example note ``` ### Package versions - Python: `3.8.13` - MkDocs: `1.3.0` - Material: `8.3.1` ### Configuration ```yaml # mkdocs.yml site_name: "Example mkdocs material" theme: name: material palette: # <- this is the culprit, commenting it out fixes the issue, but we use need it for dark/bright mode configuration scheme: default icon: admonition: note: octicons/alert-24 logo: material/cloud markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences ``` ### System information Locally using Win 10 and also in a newly created Gitpod.io workspace (cloud VS Code IDE)
      author:
         url:https://github.com/locomoco28
         type:Person
         name:locomoco28
      datePublished:2022-06-04T13:44:35.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/3987/mkdocs-material/issues/3987
Person:
      url:https://github.com/locomoco28
      name:locomoco28
      url:https://github.com/locomoco28
      name:locomoco28
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3

Analytics and Tracking {πŸ“Š}

  • Site Verification - Google

Libraries {πŸ“š}

  • Clipboard.js
  • D3.js
  • GSAP
  • 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
9.29s.