Browse Source

docs: site detail

pull/39137/head
afc163 2 years ago
parent
commit
0baab01c39
  1. 2
      .dumi/theme/slots/Header/Navigation.tsx
  2. 4
      .dumi/theme/slots/Header/SwitchBtn.tsx
  3. 5
      .dumi/theme/slots/Header/index.tsx
  4. 2
      docs/spec/introduce.en-US.md
  5. 2
      docs/spec/overview.en-US.md

2
.dumi/theme/slots/Header/Navigation.tsx

@ -148,7 +148,7 @@ export default ({
target="_blank"
rel="noopener noreferrer"
>
Github
GitHub
</a>
),
key: 'github',

4
.dumi/theme/slots/Header/SwitchBtn.tsx

@ -41,10 +41,6 @@ const useStyle = () => {
&:hover {
background: ${token.colorBgTextHover};
.btn-inner {
transform: scale(1.1);
}
}
img {

5
.dumi/theme/slots/Header/index.tsx

@ -352,7 +352,7 @@ const Header: React.FC<HeaderProps> = (props) => {
target="_blank"
href="https://github.com/ant-design/ant-design/issues/38463"
>
Github Issue
GitHub Issue
</Typography.Link>{' '}
</div>
@ -366,7 +366,7 @@ const Header: React.FC<HeaderProps> = (props) => {
target="_blank"
href="https://github.com/ant-design/ant-design/issues/38463"
>
Github Issue
GitHub Issue
</Typography.Link>
.
</div>
@ -383,6 +383,7 @@ const Header: React.FC<HeaderProps> = (props) => {
defaultValue={antdVersion}
onChange={handleVersionChange}
dropdownStyle={getDropdownStyle}
dropdownMatchSelectWidth={false}
getPopupContainer={(trigger) => trigger.parentNode}
onClick={onClose}
>

2
docs/spec/introduce.en-US.md

@ -64,4 +64,4 @@ We provide comprehensive design guidelines, best practices, resources, and tools
## How to Contribute
Contributions to Ant Design on Github are welcomed! Whether you have questions, concerns, or suggestions for improving Ant Design - please don't hesitate to reach out to us [here](https://github.com/ant-design/ant-design/issues).
Contributions to Ant Design on GitHub are welcomed! Whether you have questions, concerns, or suggestions for improving Ant Design - please don't hesitate to reach out to us [here](https://github.com/ant-design/ant-design/issues).

2
docs/spec/overview.en-US.md

@ -10,7 +10,7 @@ The use of design patterns in enterprise-level businesses can significantly incr
Design patterns adhere to Ant Design design values and provide a general solution to recurring design issues in enterprise products. The designer can directly use the design pattern to complete the interface design, or the design pattern can be used as a starting point to derive a more business-specific solution to meet the individual design needs.
At the same time, this is a dynamically updated design document, and your reading and feedback is the driving force behind our progress, [Github Feedback Address](https://github.com/ant-design/ant-design/issues).
At the same time, this is a dynamically updated design document, and your reading and feedback is the driving force behind our progress, [GitHub Feedback Address](https://github.com/ant-design/ant-design/issues).
## Framework Information

Loading…
Cancel
Save