Skip to content

Showcase analysis: most common site customizations #6115

Open
@slorber

Description

Analyzing our site showcase

Let's use this issue to analyze our site showcase open-source sites and their CSS / swizzle customizations.

Interesting customizations can be reported here: #5468

Here's an exhaustive list to track progress and be able to split the work more easily.

We probably don't need to analyze deeply all those sites (particularly custom CSS), but if we can at least find some common patterns, that can be useful)


Sites with dedicated customization issues

For some sites, it's simpler to open an issue on the doc site directly so that a discussion can start with site maintainers.


Exhaustive list

Not every site needs to be analyzed deeply, and we don't need to analyze all of them either.

Feel free to skip sites using an older version of Docusaurus, as the customizations are harder to inspect and less relevant.


Script used to generate this list:

console.log(
  sortedUsers
    .filter((user) => user.source)
    .map(
      (user) =>
        `- [ ] [${user.title}](${user.website}) ([source](${user.source}))`,
    )
    .join('\n'),
);

Metadata

Assignees

No one assigned

    Labels

    metaMeta-issue about the project itself. Either project maintenance or a list of other issues.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions